You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following information to :file:`~/.pypirc`.
37
+
38
+
.. code:: ini
39
+
40
+
[distutils]
41
+
index-servers=
42
+
pypi
43
+
44
+
[pypi]
45
+
username = <Your PyPI username>
46
+
47
+
Store your PyPI password:
48
+
49
+
.. code:: sh
50
+
51
+
keyring set https://upload.pypi.org/legacy/ <Your PyPI username>
52
+
53
+
#. Get a GitHub access token:
54
+
55
+
Follow the `GitHub instructions <https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`__ for getting an access token.
56
+
57
+
#. Set environment variables to GitHub credentials, e.g.:
0 commit comments