1
0
mirror of https://github.com/django/django.git synced 2025-10-21 20:59:11 +00:00

[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.
This commit is contained in:
Jacob Walls 2025-10-14 08:46:14 -04:00
parent e96e56e064
commit a01d85d941

View File

@ -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