We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19364c1 commit 3261dc1Copy full SHA for 3261dc1
.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