Open KalleDK opened 3 days ago
Would https://github.com/astral-sh/uv/pull/8806/files explain that?
Would https://github.com/astral-sh/uv/pull/8806/files explain that?
I don't think it explains it - It explains how to use it which solves 99%. I'm just curious why there is some magic by giving the username by switch it then tries the keyring and auth by token, but not when you give it by interactive means. And again I would love for it to first try to get a token from keyring, and then username password, if that fails, from keyring before going interactive (when you have enabled keyring)
uv 0.4.30
Right now it kinda works with token and keyring when publishing
I would love for
uv publish --keyring-provider=subprocess
to work by first asking for token and then username / password. Alternativeuv publish --keyring-provider=subprocess --token
should work. Hope I make senseFails with interactive
Fails with token
Strangely works if you kinda combine