Will my private repo config override a package in PyPi with same name? #8863
Unanswered
wally-lima
asked this question in
Q&A
Replies: 1 comment
-
By setting the priority of your private repo (and maybe PyPI): https://python-poetry.org/docs/repositories/#project-configuration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a private package in Azure DevOps artifacts with the same name as a public package in Pypi. My project installs packages from PyPi and this private repo. Will the setting for a private source override the package with the same name in PyPi? If it doesn't automatically override, how can I assure it will?
Beta Was this translation helpful? Give feedback.
All reactions