diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 08:46:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 08:46:14 -0400 |
| commit | cc9df52666b90e2e6fdebd2213493c1c396e804a (patch) | |
| tree | e1bc94f9021259bc76c6cffd316320bee100fe87 /docs/internals | |
| parent | 42758f882dc74059c562ef8ae3da01fd06cf0e0d (diff) | |
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.
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 |
