Skip to content

Commit 726214c

Browse files
henryiiilayday
andcommitted
Apply suggestions from code review
Co-authored-by: layday <[email protected]>
1 parent ccc254e commit 726214c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/guides/tool-recommendations.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ Packaging tool recommendations
4848

4949
* Use :ref:`setuptools` to define projects. [5]_ [6]_
5050

51-
* Use the :ref:`build` package to create :term:`Source Distributions
52-
<Source Distribution (or "sdist")>` and, if your project is pure
53-
Python, also :term:`wheels <Wheel>`.
51+
* Use :ref:`build` to create :term:`Source Distributions
52+
<Source Distribution (or "sdist")>` and :term:`wheels <Wheel>`.
5453

55-
* Use the :ref:`cibuildwheel` to create distributable :term:`wheels <Wheel>`
54+
* Use :ref:`cibuildwheel` to create distributable :term:`wheels <Wheel>`
5655
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.
5759

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

0 commit comments

Comments
 (0)