diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16b562b..2b45d85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: python3 -m build --sdist --wheel twine check dist/* - name: Publish package to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.5.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: print_hash: true user: __token__ @@ -65,7 +65,7 @@ jobs: 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.5.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: print_hash: true user: __token__