We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 135d5c1 + 6375fc8 commit 51ebe7bCopy full SHA for 51ebe7b
.github/workflows/build_wheels.yml
@@ -53,7 +53,7 @@ jobs:
53
environment: pypi
54
permissions:
55
id-token: write
56
- if: github.event_name == 'release' && github.event.action == 'published'
+ #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')
59
steps:
0 commit comments