You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since keyring 8.0 (history), keyring may not have a suitable keyring available, and if that's the case, a fail.Keyring will be supplied. When this happens (as is likely to happen on Linux without other configuration), twine will fail with a RuntimeError when keyring.get_password is invoked.
Twine should always gracefully degrade.
The text was updated successfully, but these errors were encountered:
Since keyring 8.0 (history), keyring may not have a suitable keyring available, and if that's the case, a fail.Keyring will be supplied. When this happens (as is likely to happen on Linux without other configuration), twine will fail with a RuntimeError when keyring.get_password is invoked.
Twine should always gracefully degrade.
The text was updated successfully, but these errors were encountered: