diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0501b61..e06199c 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -111,7 +111,7 @@ jobs: - name: Publish to Test PyPI # Only publish to TestPyPI when a PR is merged (pushed to main) if: 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. @@ -121,4 +121,4 @@ jobs: - name: Publish to PyPI # Only publish to PyPI when a release triggers the build if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0