diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index 4839140..ed253b6 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -46,7 +46,7 @@ jobs: - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1.5 with: - repository_url: https://test.pypi.org/ + repository_url: https://test.pypi.org/legacy/ password: ${{ secrets.TEST_PYPI_API_TOKEN }} skip_existing: true verbose: true