If I publish a package A on pypi that depends on package B on test-pypi, how to make user able to run pip install A instead of pip install -i https://pypi.org/simple/ --extra-index-url https://test.pypi.org/simple/ PACKAGE_NAME?
Asked
Active
Viewed 10 times
0
Muhammad Yasirroni
- 623
- 5
- 13
-
1Not possible. https://stackoverflow.com/a/68088680 -- https://stackoverflow.com/a/57704447 -- https://stackoverflow.com/q/71252030 – sinoroc Feb 24 '22 at 17:39