1
0
mirror of https://github.com/django/django.git synced 2025-05-17 12:26:29 +00:00

[5.2.x] Simplified artifact building steps in docs/internals/howto-release-django.txt.

With the recent merge of artifact build updates from
https://github.com/django/django/pull/19436, there is no need to have
different build instructions for 4.2.

Backport of f7d97dd11819be8996798a7197c5695a317334a0 from main.
This commit is contained in:
Natalia 2025-05-05 16:33:08 -03:00
parent 44bda7a674
commit ae6b5df711

View File

@ -83,7 +83,7 @@ permissions.
``you@example.com`` is the email address associated with the key you want ``you@example.com`` is the email address associated with the key you want
to use. to use.
* A clean Python virtual environment per Django version being released, with * A clean Python virtual environment (Python 3.9+) to build artifacts, with
these required Python packages installed: these required Python packages installed:
.. code-block:: shell .. code-block:: shell
@ -466,10 +466,8 @@ Building the artifacts
You can streamline some of the steps below using helper scripts from the Wiki: You can streamline some of the steps below using helper scripts from the Wiki:
* `Release script for versions 5.1 and newer * `Release script
<https://code.djangoproject.com/wiki/ReleaseScript>`_ <https://code.djangoproject.com/wiki/ReleaseScript>`_
* `Release script for versions 5.0 and older
<https://code.djangoproject.com/wiki/ReleaseScript5.0AndOlder>`_
* `Test new version script * `Test new version script
<https://code.djangoproject.com/wiki/ReleaseTestNewVersion>`_ <https://code.djangoproject.com/wiki/ReleaseTestNewVersion>`_