We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0b360 commit 94f031eCopy full SHA for 94f031e
.github/workflows/wheel.yaml
@@ -63,6 +63,8 @@ jobs:
63
path: ${{ env.wheel_path }}
64
65
create_release:
66
+ permissions:
67
+ contents: write
68
if: (github.ref == 'refs/heads/main') && ( github.event_name != 'workflow_call' && github.event_name != 'workflow_dispatch' )
69
needs: [build_and_upload_wheel_mac, build_and_upload_wheel_linux]
70
runs-on: ubuntu-latest
0 commit comments