Skip to content

Commit

Permalink
Advise users to use Test PyPI first
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwane committed Mar 14, 2018
1 parent e0f95c8 commit 29a1593
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,19 @@ Usage
$ python setup.py sdist bdist_wheel
2. Upload with ``twine``:
2. Upload with ``twine`` to `Test PyPI`_ and verify things look right:

.. code-block:: console
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
3. Upload to `PyPI`_:

.. code-block:: console
$ twine upload dist/*
3. Done!
4. Done!

More documentation on using ``twine`` to upload packages to PyPI is in
the `Python Packaging User Guide`_.
Expand Down Expand Up @@ -230,6 +236,7 @@ trackers, chat rooms, and mailing lists is expected to follow the
.. _`a utility`: https://pypi.org/project/twine/
.. _`publishing`: https://packaging.python.org/tutorials/distributing-packages/
.. _`PyPI`: https://pypi.org
.. _`Test PyPI`: https://packaging.python.org/guides/using-testpypi/
.. _`Python Packaging User Guide`: https://packaging.python.org/tutorials/distributing-packages/
.. _`documentation`: http://twine.readthedocs.io/
.. _`developer documentation`: https://twine.readthedocs.io/en/latest/contributing.html
Expand Down

0 comments on commit 29a1593

Please sign in to comment.