Skip to content

Commit fe88ee6

Browse files
authored
Explaining where dist/ comes from
Issue #pypa#231 indicated it is unclear where dist/ directory comes from or where to find it. Clarifying this situation so folks can register and upload their files to PyPI.
1 parent d1e860b commit fe88ee6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/distributing.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,8 @@ Uploading your Project to PyPI
724724
`these instructions <https://wiki.python.org/moin/TestPyPI>`_ on how
725725
to setup your configuration in order to use it.
726726

727+
When you ran the command to create your distribution, a new directory dist/ was created under your project's root directory. That's where you'll find your distribution file(s) to upload.
728+
727729
Create an account
728730
-----------------
729731

@@ -783,7 +785,7 @@ Upload your distributions
783785
-------------------------
784786

785787
Finally, you can upload your distributions to :term:`PyPI <Python Package Index
786-
(PyPI)>`.
788+
(PyPI)>`.
787789

788790
There are two options:
789791

0 commit comments

Comments
 (0)