mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Clarify how to configure auth token with keyring
This commit is contained in:
parent
a82c210cab
commit
ac84b5e110
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ Authentication is not cached across invocations of uv.
|
|||
defined, falling back to `~/.netrc` if not.
|
||||
|
||||
To enable keyring-based authentication, pass the `--keyring-provider subprocess` command-line
|
||||
argument to uv, or set `UV_KEYRING_PROVIDER=subprocess`.
|
||||
argument to uv, or set `UV_KEYRING_PROVIDER=subprocess`. When setting tokens with `keyring` use the
|
||||
index endpoint URL as "service".
|
||||
|
||||
Authentication may be used for hosts specified in the following contexts:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue