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 392b317 commit 96cdbf2Copy full SHA for 96cdbf2
.github/workflows/cross_platform_tests.yml
@@ -134,6 +134,7 @@ jobs:
134
name: Publish Python distributions to PyPI
135
needs: collect_wheels
136
runs-on: ubuntu-latest
137
+ environment: pypi
138
# Trigger on tags (releases) OR manual workflow dispatch
139
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
140
permissions:
0 commit comments