Skip to content

Commit 861f9a2

Browse files
felixxmnessita
authored andcommitted
[5.1.x] Specified "django" repository for twine call in docs/internals/howto-release-django.txt.
It's necessary to specify a repository for `.pypirc` user configurations with multiple per-project PyPI tokens. Follow up to 26aedbb. Backport of 0dc6149 from main.
1 parent e7a9d20 commit 861f9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals/howto-release-django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ Now you're ready to actually put the release out there. To do this:
517517

518518
.. code-block:: shell
519519

520-
$ twine upload dist/*
520+
$ twine upload --repository django dist/*
521521

522522
#. Go to the `Add release page in the admin`__, enter the new release number
523523
exactly as it appears in the name of the tarball

0 commit comments

Comments
 (0)