diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 08:46:14 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 08:46:49 -0400 |
| commit | a01d85d9416ca2aa9b3eca00a2f97a24ff25d303 (patch) | |
| tree | 0e3566eaac6de6a414fc8e95c524589e8616b8e6 /docs/internals | |
| parent | e96e56e06424d7ad151b529f7293092fbdd92470 (diff) | |
[6.0.x] Removed pre-release wheel-only advice in docs/internals/howto-release-django.txt.
The practice since 2.2a1 (2019) has been to upload source distributions
as well.
Backport of cc9df52666b90e2e6fdebd2213493c1c396e804a from main.
Diffstat (limited to 'docs/internals')
| -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 a76651934a..4a8dd6483c 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -604,8 +604,7 @@ Now you're ready to actually put the release out there. To do this: __ https://djangoci.com/job/confirm-release/ -#. Upload the release packages to PyPI (for pre-releases, only upload the wheel - file): +#. Upload the release packages to PyPI: .. code-block:: shell |
