diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87dba10..8b8afcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,6 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' uses: synodic-software/.github/.github/workflows/python-publish.yml@stable with: - repository_url: https://pypi.org/ + repository_url: https://upload.pypi.org/legacy/ secrets: token: ${{ secrets.PYPI_API_TOKEN }}