Skip to content

Commit ccc254e

Browse files
committed
docs: update suggestion for build and cibuildwheel
1 parent 03707a7 commit ccc254e

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

source/guides/tool-recommendations.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ Installation tool recommendations
4646
Packaging tool recommendations
4747
==============================
4848

49-
* Use :ref:`setuptools` to define projects and create :term:`Source Distributions
50-
<Source Distribution (or "sdist")>`. [5]_ [6]_
51-
52-
* Use the ``bdist_wheel`` :ref:`setuptools` extension available from the
53-
:ref:`wheel project <wheel>` to create :term:`wheels <Wheel>`. This is
54-
especially beneficial, if your project contains binary extensions.
49+
* Use :ref:`setuptools` to define projects. [5]_ [6]_
50+
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>`.
54+
55+
* Use the :ref:`cibuildwheel` to create distributable :term:`wheels <Wheel>`
56+
for all the platforms that you support if your project contains binary extensions.
5557

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

0 commit comments

Comments
 (0)