Skip to content

Commit 0474168

Browse files
authored
Use environment for publishing job
1 parent e9dd89e commit 0474168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
path: dist/
3333
pypi-publish:
3434
runs-on: ubuntu-latest
35+
environment: pypi
3536
needs:
3637
- build
3738
permissions:

0 commit comments

Comments
 (0)