Update workflow permissions
This commit is contained in:
parent
3d56c3b706
commit
241d608bbb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-release.yaml
vendored
3
.github/workflows/build-and-release.yaml
vendored
|
@ -2,6 +2,9 @@ name: Build Release
|
||||||
|
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
name: Build wheels on ${{ matrix.os }}
|
name: Build wheels on ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in a new issue