From d9921837497575a2bbfb64c1787a19b22e9b2646 Mon Sep 17 00:00:00 2001 From: Kaiyu Zheng Date: Tue, 12 Mar 2024 21:18:00 -0400 Subject: [PATCH] every possible error --- .github/workflows/pypi_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_deployment.yml b/.github/workflows/pypi_deployment.yml index e128e95..4abce5e 100644 --- a/.github/workflows/pypi_deployment.yml +++ b/.github/workflows/pypi_deployment.yml @@ -112,7 +112,7 @@ jobs: # This will upload stuff under dist/ to PyPI user: __token__ password: ${{ secrets.PYPI_TOKEN }} - repository_url: https://pypi.org/ + repository_url: https://upload.pypi.org/legacy/ skip-existing: true - name: Release artifact