summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-08-11 13:59:52 +0000
committerCharles Roelli <charles@aurox.ch>2026-08-11 14:03:04 +0000
commit07f7b191df63d1eaa57f9b7697fbfa90d0719c02 (patch)
treed4e8f4777683cce1219a768ece71cb406d5aaf15 /docs/internals
parentb5388a3a80cafcce2e34196d8e81cf5b48eb33bb (diff)
Refs #37159 -- Documented building release wheel reproducibly.refs-37159
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/howto-release-django.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index f5b0dbb383..b5a3671643 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -529,8 +529,9 @@ 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.
+#. Run ``SOURCE_DATE_EPOCH=1 python -m build`` to generate the release
+ packages. This will create the release artifacts (tarball and wheel) in a
+ ``dist/`` directory.
#. Generate the hashes of the release packages: