Skip to content

Commit eb036ad

Browse files
authored
Update python-publish.yml
1 parent 243ccbb commit eb036ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818

19+
environment:
20+
name: pypi
21+
url: https://pypi.org/p/simple-wait
22+
1923
permissions:
20-
# IMPORTANT: this permission is mandatory for trusted publishing
2124
id-token: write
22-
contents: read
2325

2426
steps:
2527
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)