Skip to content

Commit 2af8d83

Browse files
authored
Merge pull request #897 from henryiii/patch-3
docs: update suggestion for build and cibuildwheel
2 parents b51469e + f6e9565 commit 2af8d83

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@
379379
'python': ('https://docs.python.org/3', None),
380380
'python2': ('https://docs.python.org/2', None),
381381
'pip': ('https://pip.pypa.io/en/latest/', None),
382-
'setuptools': ('https://setuptools.rtfd.io/en/latest/', None),
383-
'twine': ('https://twine.rtfd.io/en/stable/', None),
382+
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
383+
'twine': ('https://twine.readthedocs.io/en/stable/', None),
384384
}
385385

386386

source/guides/tool-recommendations.rst

Lines changed: 7 additions & 5 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]_
49+
* Use :ref:`setuptools` to define projects. [5]_ [6]_
5150

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.
51+
* Use :ref:`build` to create :term:`Source Distributions
52+
<Source Distribution (or "sdist")>` and :term:`wheels <Wheel>`.
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.
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)