diff options
| author | Tim Graham <timograham@gmail.com> | 2015-04-01 19:05:16 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-01 19:05:16 -0400 |
| commit | 9cc29bbbcae22ee81cd4af7b3b99bf45a926263c (patch) | |
| tree | 082d805b5ffd94672a130eac987280176cb4ba1e | |
| parent | 2350b78dab0887fab40f95a8db6dea1fbfddfe62 (diff) | |
Fixed spelling in docs/internals/howto-release-django.txt
| -rw-r--r-- | docs/internals/howto-release-django.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 415a3d2001..8a6dda880d 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -321,7 +321,7 @@ 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 (for prereleases, only upload the wheel +#. Upload the release packages to PyPI (for pre-releases, only upload the wheel file):: $ twine upload -s dist/* |
