We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e792da commit 7bc60feCopy full SHA for 7bc60fe
1 file changed
.github/workflows/python-publish.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Test install from TestPyPI
72
run: |
73
- pip install --index-url https://test.pypi.org/simple/ dfetch --user
+ pip install --index-url https://test.pypi.org/simple/ dfetch --extra-index-url https://pypi.org/simple --user
74
dfetch --help
75
76
deploy:
0 commit comments