Skip to content

Commit 1105f51

Browse files
author
Scott Sanderson
committed
DOC: Remove note to edit pypirc.
1 parent daa1eeb commit 1105f51

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/source/release-process.rst

-14
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,6 @@ This should print the version we are expecting to release.
119119
Now that we have tested the package locally, it should be tested using the test
120120
PyPI server.
121121

122-
Edit your ``~/.pypirc`` file to look like:
123-
124-
::
125-
126-
[distutils]
127-
index-servers =
128-
pypi
129-
130-
[pypi]
131-
username:
132-
password:
133-
134-
after that, run:
135-
136122
.. code-block:: bash
137123
138124
$ pip install twine

0 commit comments

Comments
 (0)