Skip to content

Commit 0d83fe3

Browse files
committed
1 parent ef85f62 commit 0d83fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
# This ensures that the publish action only runs in the main repository
1212
# rather than forks
1313
if: github.repository_owner == 'pyopensci'
14+
permissions:
15+
id-token: write # this permission is mandatory for pypi publishing
1416
steps:
1517
- name: Checkout
1618
uses: actions/checkout@v3

0 commit comments

Comments
 (0)