1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

This commit is contained in:
Tim Graham 2015-04-01 16:39:34 -04:00
parent bf63de5824
commit 8583a60547

View File

@ -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/*