diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f03b96..d7797a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,10 +63,7 @@ jobs: - name: "Publish distribution \U0001F4E6 to Test PyPI" uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # ratchet:pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ - name: "Publish distribution \U0001F4E6 to PyPI" if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # ratchet:pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }}