diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index e4f46bd..2c0ca4a 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -2,6 +2,9 @@ name: Build Release on: workflow_dispatch +permissions: + contents: write + jobs: build_wheels: name: Build wheels on ${{ matrix.os }}