From da989be831347cce64bebda08d30fa01692eba0f Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Wed, 15 Oct 2025 21:05:23 -0700 Subject: [PATCH] Use correct URL for test-pypi for publishing test wheels --- .github/workflows/publish_pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index c14dadbe..c7facf91 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -71,6 +71,7 @@ jobs: - name: Publish to Test-PyPI uses: pypa/gh-action-pypi-publish@v1.13.0 with: + repository-url: https://test.pypi.org/legacy/ print-hash: true verbose: true