diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 16:10:07 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-22 11:06:51 -0500 |
| commit | ec60df6d1ea8939a316d9b180faa0b4ef2e83606 (patch) | |
| tree | 886a62bb2c23f531bf6a6be3cc5aa31d591527b4 /docs | |
| parent | 789b07544798a9c83d0b74dce7c33fcd8d929a7d (diff) | |
Removed outdated build guidance in release docs.
Follow-up to 4686541691dbe986f58ac87630c3b7a04db4ff93.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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: |
