diff --git a/source/guides/using-testpypi.rst b/source/guides/using-testpypi.rst index f2c4f07c6..1dbc82130 100644 --- a/source/guides/using-testpypi.rst +++ b/source/guides/using-testpypi.rst @@ -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 = + username = __token__ + password = For more details, see the :ref:`specification ` for :file:`.pypirc`.