You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: source/distributing.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -724,6 +724,8 @@ Uploading your Project to PyPI
724
724
`these instructions <https://wiki.python.org/moin/TestPyPI>`_ on how
725
725
to setup your configuration in order to use it.
726
726
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
+
727
729
Create an account
728
730
-----------------
729
731
@@ -783,7 +785,7 @@ Upload your distributions
783
785
-------------------------
784
786
785
787
Finally, you can upload your distributions to :term:`PyPI <Python Package Index
0 commit comments