Skip to content

Commit 537d10d

Browse files
committed
subsections for "Uploading your Project to PyPI"
1 parent 14aa4e4 commit 537d10d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/distributing.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,8 @@ Uploading your Project to PyPI
553553
`these instructions <https://wiki.python.org/moin/TestPyPI>`_ on how
554554
to setup your configuration in order to use it.
555555

556+
Create an account
557+
-----------------
556558

557559
First, you need a :term:`PyPI <Python Package Index (PyPI)>` user
558560
account. There are two options:
@@ -563,6 +565,10 @@ account. There are two options:
563565
2. Have an account created as part of registering your first project (see option
564566
#2 below).
565567

568+
569+
Register your project
570+
---------------------
571+
566572
Next, you need to register your project. There are two ways to do this:
567573

568574
1. **(Recommended):** Use `the form on the PyPI website
@@ -589,8 +595,14 @@ write a ``~/.pypirc`` file like so.
589595
You can leave out the password line if below you use twine with its
590596
``-p PASSWORD`` argument.
591597

598+
599+
Upload your distributions
600+
-------------------------
601+
592602
Finally, you can upload your distributions to :term:`PyPI <Python Package Index
593-
(PyPI)>`. There are two options.
603+
(PyPI)>`.
604+
605+
There are two options:
594606

595607
1. **(Recommended):** Use :ref:`twine`
596608

0 commit comments

Comments
 (0)