Skip to content

Commit

Permalink
Make twine testing instructions more explicit (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlhkabu authored Mar 24, 2018
1 parent 0f92c18 commit 2fa28ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/development/reviewing-patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ In the command above,

- ``<path to distribution>`` should be a path to a distribution file (or
directory of distribution files) of the package you would like to test,
likely created by running ``python setup.py``.
likely created by running ``python setup.py sdist``. See the `Python
Packaging User Guide`_ for instructions on how to create a distribution
file or directory.

- ``<username>`` is the username of the account you would like to test with.
Note that your current PyPI username may not exist in the development
Expand Down Expand Up @@ -151,3 +153,5 @@ Merge requirements
.. _`Code of Conduct`: https://www.pypa.io/en/latest/code-of-conduct/

.. _`twine`: https://github.com/pypa/twine

.. _`Python Packaging User Guide`: https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project

0 comments on commit 2fa28ca

Please sign in to comment.