Skip to content

Commit d4c2b94

Browse files
authored
Update pypi-publish.yml
id-token write permissions for trusted publishing
1 parent b0b4845 commit d4c2b94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ permissions:
1818

1919
jobs:
2020
deploy:
21-
21+
permissions:
22+
id-token: write
2223
runs-on: ubuntu-22.04
2324

2425
steps:

0 commit comments

Comments
 (0)