diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 32becd7..c4a0fa0 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.11 + uses: pypa/gh-action-pypi-publish@v1.8.14 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.11 + uses: pypa/gh-action-pypi-publish@v1.8.14 with: print-hash: true