We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86c0641 + d20878e commit f3bbb2cCopy full SHA for f3bbb2c
1 file changed
source/specifications/pypirc.rst
@@ -44,6 +44,13 @@ Each section describing a repository defines three fields:
44
consider an alternative like `keyring`_, setting environment variables, or
45
providing the password on the command line.
46
47
+ Otherwise, set the permissions on :file:`.pypirc` so that only you can view
48
+ or modify it. For example, on Linux or macOS, run:
49
+
50
+ .. code-block:: bash
51
52
+ chmod 600 ~/.pypirc
53
54
.. _keyring: https://pypi.org/project/keyring/
55
56
Common configurations
0 commit comments