Skip to content

Commit a8230b4

Browse files
authored
Fix PyPI index url (#6923)
1 parent fb723a9 commit a8230b4

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)