We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d382723 + d1e7ac4 commit 93a13ecCopy full SHA for 93a13ec
source/guides/using-testpypi.rst
@@ -72,12 +72,13 @@ you're testing has dependencies:
72
Setting up TestPyPI in :file:`.pypirc`
73
--------------------------------------
74
75
-If you want to avoid entering your username, you can configure TestPyPI in
76
-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`:
77
78
.. code:: ini
79
80
[testpypi]
81
- username = <your TestPyPI username>
+ username = __token__
82
+ password = <your TestPyPI API Token>
83
84
For more details, see the :ref:`specification <pypirc>` for :file:`.pypirc`.
0 commit comments