From 1105f513233682bb4c1cab8d882238f5484a1bb3 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Mon, 16 Jul 2018 18:50:31 -0400 Subject: [PATCH] DOC: Remove note to edit pypirc. --- docs/source/release-process.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/source/release-process.rst b/docs/source/release-process.rst index 8ac638b8d5..b2475159d8 100644 --- a/docs/source/release-process.rst +++ b/docs/source/release-process.rst @@ -119,20 +119,6 @@ This should print the version we are expecting to release. Now that we have tested the package locally, it should be tested using the test PyPI server. -Edit your ``~/.pypirc`` file to look like: - -:: - - [distutils] - index-servers = - pypi - - [pypi] - username: - password: - -after that, run: - .. code-block:: bash $ pip install twine