We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d56c3b commit 241d608Copy full SHA for 241d608
.github/workflows/build-and-release.yaml
@@ -2,6 +2,9 @@ name: Build Release
2
3
on: workflow_dispatch
4
5
+permissions:
6
+ contents: write
7
+
8
jobs:
9
build_wheels:
10
name: Build wheels on ${{ matrix.os }}
0 commit comments