diff --git a/.github/workflows/pypi-test-release.yml b/.github/workflows/pypi-test-release.yml index d60d466..48a6876 100644 --- a/.github/workflows/pypi-test-release.yml +++ b/.github/workflows/pypi-test-release.yml @@ -9,7 +9,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - + permissions: # This permission is required for trusted publishing. id-token: write @@ -39,4 +39,4 @@ jobs: - name: Publish the package with poetry run: | - poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}' \ No newline at end of file + poetry publish -u __token__ -p '${{ secrets.PUBLISH_REGISTRY_PASSWORD }}' \ No newline at end of file