Skip to content

Commit

Permalink
Add section on disabling keyring. (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored and theacodes committed Sep 21, 2018
1 parent 0c7f38f commit 359c96b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ The next time you run ``twine`` it will prompt you for a username and will grab
.. _`Using Keyring on headless systems`:
https://keyring.readthedocs.io/en/latest/#using-keyring-on-headless-linux-systems

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.

Options
-------
Expand Down

0 comments on commit 359c96b

Please sign in to comment.