diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ec653a..2a11c0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,14 +57,14 @@ jobs: python3 -m build --sdist --wheel twine check dist/* - name: Publish package to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Publish package to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}