Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/internals/howto-release-django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down