#Private PyPi repo
1 messages · Page 1 of 1 (latest)
uv supports that with config in pyproject.toml. Have you disabled uv explicitly?
i didnt realise we're using uv
no i haven't
can you point me in the right direction?
Ok, so you're actually using uv pip install. I need a minute to lookup the config here.
Try extra-index-url:
[tool.uv.pip]
extra-index-url = ["https://download.pytorch.org/whl/cpu"]
this works. Thanks again for your help
dont suppose you have any tricks for getting my password in via an env variable or something? I don't really want to check it into source control
[tool.uv.pip]
extra-index-url = ["https://user:pass@my-repo.com/"]
[tool.uv.pip]
extra-index-url = ["https:// user:pass@my-repo.com/"]