Skip to content

Commit 47f1edb

Browse files
committed
Enhance permissions.
1 parent bdb365f commit 47f1edb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
if: github.ref == 'refs/heads/release' || inputs.publish_from_any_branch
3737

3838
runs-on: ubuntu-latest
39-
# Needed for PyPI
40-
# permissions:
41-
# id-token: write
39+
permissions:
40+
contents: write
41+
id-token: write
4242

4343
steps:
4444
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)