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 fb723a9 commit a8230b4Copy full SHA for a8230b4
.github/workflows/release.yml
@@ -104,7 +104,8 @@ jobs:
104
env:
105
FLIT_USERNAME: __token__
106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
107
- FLIT_INDEX_URL: https://pypi.org/
+ FLIT_INDEX_URL: https://upload.pypi.org/legacy/
108
+
109
110
publish-testpypi:
111
if: github.event_name == 'pull_request' && contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'test-release')
0 commit comments