diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ff9da4..98562f9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write steps: - name: Checkout the repository uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 @@ -40,7 +41,6 @@ jobs: - name: Push releases to PyPI env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: uv run make release && uv run make release_analytics - name: Create GitHub release