diff options
Diffstat (limited to 'docs')
| -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 b1fb435c48..14329bb455 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -615,7 +615,7 @@ Now you're ready to actually put the release out there. To do this: .. code-block:: shell - $ twine upload dist/* + $ twine upload --repository django dist/* #. Go to the `Add release page in the admin`__, enter the new release number exactly as it appears in the name of the tarball |
