Skip to content

Commit 519cc5e

Browse files
authored
Merge branch 'main' into henryiii/chore/pipx
2 parents e0dae84 + fdb7d85 commit 519cc5e

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

source/key_projects.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ cibuildwheel
5555
`Discussions <https://github.com/pypa/cibuildwheel/discussions>`__ |
5656
`Discord #cibuildwheel <https://discord.com/invite/pypa>`__
5757

58-
``cibuildwheel`` is a package that builds wheels for all common platforms and
59-
Python versions on most CI systems.
60-
58+
``cibuildwheel`` is a Python package that builds :term:`wheels <Wheel>` for all common
59+
platforms and Python versions on most CI systems. Also see :ref:`multibuild`.
6160

6261
.. _distlib:
6362

@@ -470,6 +469,16 @@ dependencies for, and publish packages to PyPI. Under the hood, it
470469
uses :ref:`twine` to upload packages to PyPI, and :ref:`pip` to download and
471470
install packages.
472471

472+
.. _multibuild:
473+
474+
multibuild
475+
==========
476+
477+
`GitHub <https://github.com/matthew-brett/multibuild>`__
478+
479+
Multibuild is a set of CI scripts for building and testing Python :term:`wheels <Wheel>` for
480+
Linux, macOS, and (less flexibly) Windows. Also see :ref:`cibuildwheel`.
481+
473482
.. _pex:
474483

475484
pex

0 commit comments

Comments
 (0)