diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 5cf18e885..50b84dc1f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -113,7 +113,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.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0 with: repository_url: https://test.pypi.org/legacy/ # Allow existing releases on test PyPI without errors. @@ -123,4 +123,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.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0