summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-10-14 08:46:14 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2025-10-14 08:46:49 -0400
commita01d85d9416ca2aa9b3eca00a2f97a24ff25d303 (patch)
tree0e3566eaac6de6a414fc8e95c524589e8616b8e6 /docs
parente96e56e06424d7ad151b529f7293092fbdd92470 (diff)
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt3
1 files changed, 1 insertions, 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