diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-02-11 02:53:31 +0100 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-10 22:56:33 -0300 |
| commit | 861f9a2427ffbfee2a33cda5ed6a2047916fcfcb (patch) | |
| tree | 390a27baa51388565bef6d7e2b89d80d96e0bcb9 | |
| parent | e7a9d20380ab7ef42cc10e0c9b08e382ed75ab0d (diff) | |
[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 26aedbbc0835df83140c7424df62bda03382f598.
Backport of 0dc61495b2217e9c5a872ac967dfcf197d342c84 from main.
| -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 |
