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 0c0a683 commit a661fcbCopy full SHA for a661fcb
1 file changed
.github/workflows/cibuildwheel.yml
@@ -23,5 +23,8 @@ jobs:
23
"RANLIB": "echo",
24
"CIBW_BUILD_VERBOSITY": "5"
25
}
26
+ permissions:
27
+ contents: write
28
+ actions: read
29
secrets:
30
gh-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments