summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-01 16:39:34 -0400
committerTim Graham <timograham@gmail.com>2015-04-01 16:41:04 -0400
commit8583a605476d45c81321854775faadf3db5bf51a (patch)
treee4d130dbf79509af8924dec2b69983effbda87e8 /docs
parentbf63de58245aae713875103b52c0bd6d8764926a (diff)
Documented that only wheel files are uploaded to PyPI for prereleases.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index b8c41daace..415a3d2001 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -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/*