diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e779780d..573bfc0a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -107,7 +107,7 @@ jobs: - name: Publish to Test PyPI # Only publish to TestPyPI when a PR is merged (pushed to main) if: success() && github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@v1.8.12 + uses: pypa/gh-action-pypi-publish@v1.8.14 with: repository_url: https://test.pypi.org/legacy/ # Allow existing releases on test PyPI without errors. @@ -117,4 +117,4 @@ jobs: - name: Publish to PyPI # Only publish to PyPI when a release triggers the build if: success() && github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.8.12 + uses: pypa/gh-action-pypi-publish@v1.8.14