Skip to content

Commit 625a251

Browse files
committed
Merge pull request pypa#123 from Carreau/patch-1
mention testpypi at register/upload step.
2 parents cc90f66 + 914f145 commit 625a251

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/distributing.rst

+8
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,14 @@ OSX, or Windows, usually due to containing compiled extensions.
434434
Uploading your Project to PyPI
435435
==============================
436436

437+
.. note::
438+
439+
Before releasing on main PyPI repo, you might prefer training with
440+
`PyPI test site <https://testpypi.python.org/pypi>`_
441+
which is cleaned on a semi regular basis. See
442+
`these instructions <https://wiki.python.org/moin/TestPyPI>`_ on how
443+
to setup your configuration in order to use it.
444+
437445
First, you need a :term:`PyPI <Python Package Index (PyPI)>` user
438446
account. There are two options:
439447

0 commit comments

Comments
 (0)