mirror of
https://github.com/django/django.git
synced 2025-08-01 17:42:56 +00:00
Documented that only wheel files are uploaded to PyPI for prereleases.
This commit is contained in:
parent
bf63de5824
commit
8583a60547
1 changed files with 2 additions and 1 deletions
|
@ -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
|
correct (proper version numbers, no stray ``.pyc`` or other undesirable
|
||||||
files).
|
files).
|
||||||
|
|
||||||
#. Upload the release packages to PyPI::
|
#. Upload the release packages to PyPI (for prereleases, only upload the wheel
|
||||||
|
file)::
|
||||||
|
|
||||||
$ twine upload -s dist/*
|
$ twine upload -s dist/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue