- [ X ] I am on the latest Poetry version.
- [ X ] I have searched the issues of this repo and believe that this is not a duplicate.
- [ X ] If an exception occurs when executing a command, I executed it again in debug mode (
-vvv option).
- macOS : 11.1
- Poetry version: 1.1.5
Issue
When using a private pypi repo, the public repo is no longer being checked. I can get everything working again by adding
[[tool.poetry.source]]
name = "pypi-public"
url = "https://pypi.org/simple/"
But the wasn't needed in the past.