diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40895da..f8a3c65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,14 +52,14 @@ jobs: run: python -m build - name: Publish package to PyPi Test if: ${{steps.semantic_release_info.outputs.version != ''}} - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 with: user: __token__ password: ${{ secrets.PYPI_API_TEST }} repository_url: https://test.pypi.org/legacy/ - name: Publish package to PyPi Live if: ${{steps.semantic_release_info.outputs.version != ''}} - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}