We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c4d21 commit b894574Copy full SHA for b894574
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
id-token: write
56
# if: github.event_name == 'release' && github.event.action == 'published'
57
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
58
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
59
steps:
60
- uses: actions/download-artifact@v4
61
with:
0 commit comments