We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29be009 commit 0c240d8Copy full SHA for 0c240d8
.github/workflows/build-wheels-push.yml
@@ -93,7 +93,7 @@ jobs:
93
needs: [build_wheels, build_sdist]
94
95
# upload to PyPI on every tag starting with 'v'
96
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
97
98
environment:
99
name: pypi
0 commit comments