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
It'd probably be useful to add something like the following to our documentation. Borrowing from twine:
Disabling Keyring
^^^^^^^^^^^^^^^^^
In some cases, the presence of keyring may be problemmatic. To disable
keyring and defer to a prompt for passwords, uninstall ``keyring``
or if that's not an option, you can also configure keyring to be disabled.
See `twine 338 <https://github.com/pypa/twine/issues/338>`_ for a
discussion on ways to do that.
coldfix, ei-grad, alexandru-dinu, shiro and MrMino