Skip to content

Commit 5d50a8d

Browse files
committed
fix: reword recommendation
1 parent 726214c commit 5d50a8d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

source/guides/tool-recommendations.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ Packaging tool recommendations
5050

5151
* Use :ref:`build` to create :term:`Source Distributions
5252
<Source Distribution (or "sdist")>` and :term:`wheels <Wheel>`.
53-
54-
* Use :ref:`cibuildwheel` to create distributable :term:`wheels <Wheel>`
55-
for all the platforms that you support if your project contains binary extensions.
56-
This automates the steps required to produce highly redistributable wheels with
57-
sensible defaults, combining several other tools, such as build, manylinux,
58-
auditwheel, and delocate.
53+
54+
If you have binary extensions and want to distribute wheels for multiple
55+
platforms, use :ref:`cibuildwheel` as part of your CI setup to build
56+
distributable wheels.
5957

6058
* Use `twine <https://pypi.org/project/twine>`_ for uploading distributions
6159
to :term:`PyPI <Python Package Index (PyPI)>`.

0 commit comments

Comments
 (0)