Skip to content

Commit

Permalink
Merge pull request #1457 from miketheman/miketheman/testpypi-tokens
Browse files Browse the repository at this point in the history
docs: update testpypi guide for api token
  • Loading branch information
webknjaz committed Dec 19, 2023
2 parents d382723 + d1e7ac4 commit 93a13ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/guides/using-testpypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ you're testing has dependencies:
Setting up TestPyPI in :file:`.pypirc`
--------------------------------------

If you want to avoid entering your username, you can configure TestPyPI in
your :file:`$HOME/.pypirc`:
If you want to avoid being prompted for your username and password every time,
you can configure TestPyPI in your :file:`$HOME/.pypirc`:

.. code:: ini
[testpypi]
username = <your TestPyPI username>
username = __token__
password = <your TestPyPI API Token>
For more details, see the :ref:`specification <pypirc>` for :file:`.pypirc`.

0 comments on commit 93a13ec

Please sign in to comment.