diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8bcd0c7..a8c9c8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -111,6 +111,8 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + contents: write if: "startsWith(github.ref, 'refs/tags/')" needs: [windows, macos, sdist] steps: