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.
1 parent 4c42a45 commit 59a7c9aCopy full SHA for 59a7c9a
.github/workflows/cibuildwheel.yml
@@ -106,6 +106,7 @@ jobs:
106
runs-on: ubuntu-22.04
107
# upload to PyPI for every tag starting with 'v'
108
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
109
+ environment: release
110
steps:
111
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
112
with:
0 commit comments