diff options
| author | Tim Graham <timograham@gmail.com> | 2015-04-01 16:39:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-01 16:41:04 -0400 |
| commit | 8583a605476d45c81321854775faadf3db5bf51a (patch) | |
| tree | e4d130dbf79509af8924dec2b69983effbda87e8 | |
| parent | bf63de58245aae713875103b52c0bd6d8764926a (diff) | |
Documented that only wheel files are uploaded to PyPI for prereleases.
| -rw-r--r-- | docs/internals/howto-release-django.txt | 3 |
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/* |
