Skip to content

Commit 9a35b89

Browse files
Fix github actions permissions
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 3fdfeec commit 9a35b89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
needs:
126126
- check-dist
127127
runs-on: ubuntu-24.04
128+
permissions:
129+
contents: write
128130

129131
steps:
130132
- name: Download builds

0 commit comments

Comments
 (0)