File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
557559First, you need a :term: `PyPI <Python Package Index (PyPI)> ` user
558560account. There are two options:
@@ -563,6 +565,10 @@ account. There are two options:
5635652. Have an account created as part of registering your first project (see option
564566 #2 below).
565567
568+
569+ Register your project
570+ ---------------------
571+
566572Next, you need to register your project. There are two ways to do this:
567573
5685741. **(Recommended): ** Use `the form on the PyPI website
@@ -589,8 +595,14 @@ write a ``~/.pypirc`` file like so.
589595You 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+
592602Finally, 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
5956071. **(Recommended): ** Use :ref: `twine `
596608
You can’t perform that action at this time.
0 commit comments