diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0973236..2b50310 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PYPI_TOKEN: "" + PYPI_TOKEN: "oidc" run: | npx \ -p semantic-release \