diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b782c..ce27e71 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@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc 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@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}