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