File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ If you would like to change the names of each section, you can do so by modifyin
7676
7777## Releasing
7878To release to PyPI, first make sure that you have a PyPI account set up at https://pypi.python.org/pypi (and at
79- https://testpypi.python.org/pypi if you plan on using the test index). You will also need a .pyirc file in your
79+ https://testpypi.python.org/pypi if you plan on using the test index). You will also need a ` .pypirc ` file in your
8080 home directory with the following contents.
8181
8282 [distutils]
@@ -95,7 +95,7 @@ To release to PyPI, first make sure that you have a PyPI account set up at https
9595 username: <username>
9696 password: <password>
9797
98- The pypitest contents of the .pyirc file are optional and are used for hosting to the test PyPI index.
98+ The pypitest contents of the ` .pypirc ` file are optional and are used for hosting to the test PyPI index.
9999
100100Update setup.py to contain the correct release version and any other new information.
101101
You can’t perform that action at this time.
0 commit comments