-
-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDM cannot find keyring credentials when not using -v #523
Labels
🐛 bug
Something isn't working
Comments
Did you install pdm in the same environment as keyring? That is, are the sys.prefix the same for the two applications? |
No they aren't. pdm is in its own pipx managed environment, keyring is in the global python environment. |
Would you like to test on the main branch? See the installation instruction about how to install the HEAD version. |
Works ok now! Thanks a lot for promptly fixing this :)
|
1 task
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
I use the python keyring to authenticate to a private pip repo and I try updating a public package.
If I run the command again with
-v
as suggested, it works correctly.Actual behavior
Pdm fails with invalid credentials
Expected behavior
Pdm does not fail when not using -v
Environment Information
These are the source added in the
pyproject.toml
The text was updated successfully, but these errors were encountered: