diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e355d3c..028bd7d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,6 +6,7 @@ on: permissions: contents: read + id-token: write concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -23,5 +24,3 @@ jobs: run: pipx run build - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }}