We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec505e1 commit 1a809d4Copy full SHA for 1a809d4
.github/workflows/release.yml
@@ -74,6 +74,6 @@ jobs:
74
name: Upload the current release to PyPI
75
uses: ./.github/workflows/_pypi_publish.yml
76
with:
77
- REPOSITORY_URL: https://pypi.org/simple
+ REPOSITORY_URL: https://upload.pypi.org/legacy/
78
secrets:
79
API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments