From d61dffa698a333982b4f7ab54b2f0b4b69e744ac Mon Sep 17 00:00:00 2001 From: pdmurray Date: Tue, 7 May 2024 22:22:05 -0700 Subject: [PATCH] Add test.pypi.org as target --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 466548e..0dd96d1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -138,7 +138,8 @@ jobs: ls -lAs wheels/ - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.8.14 + uses: pypa/gh-action-pypi-publish@release/v1.8 with: password: ${{ secrets.PYPI_API_TOKEN }} + repository-url: https://test.pypi.org/legacy/ packages_dir: wheels/