Skip to content

Commit 94f031e

Browse files
authored
Added write permission for wheel.yaml (#23)
1 parent 2c0b360 commit 94f031e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
path: ${{ env.wheel_path }}
6464

6565
create_release:
66+
permissions:
67+
contents: write
6668
if: (github.ref == 'refs/heads/main') && ( github.event_name != 'workflow_call' && github.event_name != 'workflow_dispatch' )
6769
needs: [build_and_upload_wheel_mac, build_and_upload_wheel_linux]
6870
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)