diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index c4a0fa0..1a3a857 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -108,7 +108,7 @@ jobs: run: python -m build - name: Publish to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.10.1 with: repository-url: https://test.pypi.org/legacy/ print-hash: true @@ -146,6 +146,6 @@ jobs: run: python -m build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.10.1 with: print-hash: true