From 1c1d7032dcc03040a1c08cf32c7749717bfc35c4 Mon Sep 17 00:00:00 2001 From: Jones Date: Sat, 22 Oct 2022 09:25:51 +0200 Subject: [PATCH] Update test-release.yml workflow to use /legacy URL again --- .github/workflows/test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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