From ec60df6d1ea8939a316d9b180faa0b4ef2e83606 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 21 Nov 2025 16:10:07 -0500 Subject: Removed outdated build guidance in release docs. Follow-up to 4686541691dbe986f58ac87630c3b7a04db4ff93. --- docs/internals/howto-release-django.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 4a8dd6483c..871d219aa0 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -489,8 +489,7 @@ Building the artifacts #. Make sure you have an absolutely clean tree by running ``git clean -dfx``. #. Run ``python -m build`` to generate the release packages. This will create - the release artifacts (tarball and wheel) in a ``dist/`` directory. For - Django 5.0 or older, you need to run ``make -f extras/Makefile`` instead. + the release artifacts (tarball and wheel) in a ``dist/`` directory. #. Generate the hashes of the release packages: -- cgit v1.3