Skip to content

Commit

Permalink
Added write permission for wheel.yaml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ai-Albert authored and cjm715 committed Nov 21, 2024
1 parent 559b470 commit be327c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
path: ${{ env.wheel_path }}

create_release:
permissions:
contents: write
if: (github.ref == 'refs/heads/main') && ( github.event_name != 'workflow_call' && github.event_name != 'workflow_dispatch' )
needs: [build_and_upload_wheel_mac, build_and_upload_wheel_linux]
runs-on: ubuntu-latest
Expand Down

0 comments on commit be327c0

Please sign in to comment.