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.
1 parent 86c0641 commit d20878eCopy full SHA for d20878e
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