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 5179e27 commit ec5a36cCopy full SHA for ec5a36c
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
TWINE_USERNAME: "__token__"
18
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
19
- TWINE_REPOSITORY_URL: "https://pypi.org/simple/"
+ TWINE_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
20
steps:
21
- uses: actions/checkout@v5
22
- name: Set up Pixi
.github/workflows/publish_test.yml
@@ -15,7 +15,7 @@ jobs:
15
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
- TWINE_REPOSITORY_URL: "https://test.pypi.org/simple/"
+ TWINE_REPOSITORY_URL: "https://test.pypi.org/legacy/"
0 commit comments