We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8317aa commit 55faba8Copy full SHA for 55faba8
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