From da7062a21d28a66ecaaaac763cad024b16007c6c Mon Sep 17 00:00:00 2001 From: Rutger van Haasteren Date: Wed, 8 Nov 2023 15:16:14 +0100 Subject: [PATCH] Changed the pypi index to actually use the legacy index --- .github/workflows/ci_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index b6dc60e..b6e91f3 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -110,7 +110,8 @@ jobs: - name: Publish to PyPI run: | python -m pip install --upgrade twine - twine upload dist/* + #twine upload dist/* + twine upload --repository-url https://test.pypi.org/legacy dist/* env: #TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} #TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}