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 2186a489e4..41888b9a34 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -517,7 +517,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 |
