Skip to content

Commit 4d78705

Browse files
diJon Wayne Parrott
authored andcommitted
Add note about needing to rebuild changes (pypa#417)
1 parent f783620 commit 4d78705

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/tutorials/distributing-packages.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,11 @@ When you ran the command to create your distribution, a new directory ``dist/``
808808
was created under your project's root directory. That's where you'll find your
809809
distribution file(s) to upload.
810810

811+
.. note:: These files are only created when you run the command to create your
812+
distribution. This means that any time you change the source of your project
813+
or the configuration in your ``setup.py`` file, you will need to rebuild
814+
these files again before you can distribute the changes to PyPI.
815+
811816
.. note:: Before releasing on main PyPI repo, you might prefer training with
812817
the `PyPI test site <https://testpypi.python.org/pypi>`_
813818
which is cleaned on a semi regular basis. See :ref:`using-test-pypi`

0 commit comments

Comments
 (0)