Skip to content

Commit 96cdbf2

Browse files
committed
add env
1 parent 392b317 commit 96cdbf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cross_platform_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
name: Publish Python distributions to PyPI
135135
needs: collect_wheels
136136
runs-on: ubuntu-latest
137+
environment: pypi
137138
# Trigger on tags (releases) OR manual workflow dispatch
138139
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
139140
permissions:

0 commit comments

Comments
 (0)