diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2a58b7..7dc4690 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: name: upload release to PyPI runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - uses: actions/checkout@v3