Skip to content

Commit 7bc60fe

Browse files
committed
Make pypi available for the deps
1 parent 2e792da commit 7bc60fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Test install from TestPyPI
7272
run: |
73-
pip install --index-url https://test.pypi.org/simple/ dfetch --user
73+
pip install --index-url https://test.pypi.org/simple/ dfetch --extra-index-url https://pypi.org/simple --user
7474
dfetch --help
7575
7676
deploy:

0 commit comments

Comments
 (0)