Skip to content

Commit 3261dc1

Browse files
agoscinskiGeigerJ2
authored andcommitted
Fix PyPI index url (#6923)
(cherry picked from commit a8230b4)
1 parent 19364c1 commit 3261dc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
env:
105105
FLIT_USERNAME: __token__
106106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
107-
FLIT_INDEX_URL: https://pypi.org/
107+
FLIT_INDEX_URL: https://upload.pypi.org/legacy/
108+
108109

109110
publish-testpypi:
110111
if: github.event_name == 'pull_request' && contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'test-release')

0 commit comments

Comments
 (0)