Closed emarsden-iso closed 4 months ago
When calling uv pip {install,sync}, the keyring-provider argument doesn't get passed, even though uv supports these arguments for both.
uv pip {install,sync}
keyring-provider
uv
We already have the functionality implemented for uv pip compile, so just extend the support to these.
uv pip compile
Tested locally for both commands, seems to work fine.
Thanks! Will review.
When calling
uv pip {install,sync}
, thekeyring-provider
argument doesn't get passed, even thoughuv
supports these arguments for both.We already have the functionality implemented for
uv pip compile
, so just extend the support to these.Tested locally for both commands, seems to work fine.