We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8317aa + 55faba8 commit 9016065Copy full SHA for 9016065
1 file changed
.github/workflows/main.yml
@@ -15,5 +15,5 @@ jobs:
15
build_wheels:
16
needs:
17
- lint_and_test
18
- if: ${{ startsWith(github.ref, 'refs/tags/v.*') }}
+ if: ${{ startsWith(github.ref, 'refs/tags/v') }}
19
uses: ./.github/workflows/wheels.yml
0 commit comments