Commit 8583a605 authored by Tim Graham's avatar Tim Graham
Browse files

Documented that only wheel files are uploaded to PyPI for prereleases.

parent bf63de58
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -321,7 +321,8 @@ Now you're ready to actually put the release out there. To do this:
   correct (proper version numbers, no stray ``.pyc`` or other undesirable
   files).

#. Upload the release packages to PyPI::
#. Upload the release packages to PyPI (for prereleases, only upload the wheel
   file)::

       $ twine upload -s dist/*