Skip to content

Commit 91556e3

Browse files
committed
ensure write permission to create GH release
1 parent 3a3e8ce commit 91556e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
pypi:
132132
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
133133
needs: [build_wheels, build_wheels_ppc]
134+
permissions:
135+
contents: write # to create GitHub Release
134136
runs-on: ubuntu-24.04
135137

136138
steps:

0 commit comments

Comments
 (0)