Commit 9cc29bbb authored by Tim Graham's avatar Tim Graham
Browse files

Fixed spelling in docs/internals/howto-release-django.txt

parent 2350b78d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*