Skip to content

Commit 88b11f2

Browse files
committed
Add missing perm to Publish Release workflow
1 parent 9ca0ced commit 88b11f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
name: Release to PyPI
117117
runs-on: ubuntu-latest
118118
permissions:
119+
contents: write
119120
id-token: write
120121
steps:
121122
- name: Download packaged distributions

0 commit comments

Comments
 (0)