diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index f6fc0a4..619f999 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest needs: [lint, type-check, test, integration, build] if: startsWith(github.ref, 'refs/tags/') - environment: pypi + environment: release permissions: id-token: write steps: