From a01d85d9416ca2aa9b3eca00a2f97a24ff25d303 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 14 Oct 2025 08:46:14 -0400 Subject: [PATCH] [6.0.x] Removed pre-release wheel-only advice in docs/internals/howto-release-django.txt. The practice since 2.2a1 (2019) has been to upload source distributions as well. Backport of cc9df52666b90e2e6fdebd2213493c1c396e804a from main. --- docs/internals/howto-release-django.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index a76651934a..4a8dd6483c 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -604,8 +604,7 @@ Now you're ready to actually put the release out there. To do this: __ https://djangoci.com/job/confirm-release/ -#. Upload the release packages to PyPI (for pre-releases, only upload the wheel - file): +#. Upload the release packages to PyPI: .. code-block:: shell