File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ you're testing has dependencies:
5959 Setting up TestPyPI in pypirc
6060-----------------------------
6161
62- If you want to avoid entering the TestPyPI url and your username and password
62+ If you want to avoid entering the TestPyPI url and your username
6363you can configure TestPyPI in your ``$HOME/.pypirc ``.
6464
6565Create or modify ``$HOME/.pypirc `` with the following:
@@ -74,11 +74,10 @@ Create or modify ``$HOME/.pypirc`` with the following:
7474 [testpypi]
7575 repository: https://test.pypi.org/legacy/
7676 username: your testpypi username
77- password: your testpypi password
7877
7978
80- .. Warning :: This stores your password in plaintext. It's recommended to set
81- narrow permissions on this file .
79+ .. Warning :: Do not store passwords in the pypirc file.
80+ Storing passwords in plain text is never a good idea .
8281
8382You can then tell :ref: `twine ` to upload to TestPyPI by specifying the
8483``--repository `` flag:
You can’t perform that action at this time.
0 commit comments