diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 9f08e71..2c91ae3 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -71,7 +71,7 @@ jobs: publish-pypi: name: Publish Python Package to PyPi runs-on: ubuntu-latest - needs: test-pypi-publish + needs: publish-test-pypi environment: pypi permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing