Skip to content

Commit fdb7d85

Browse files
authored
Merge pull request #933 from henryiii/henryiii/chore/multibuild
chore: add multibuild
2 parents 8f7d3fe + 0dfdd31 commit fdb7d85

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

@@ -458,6 +457,16 @@ dependencies for, and publish packages to PyPI. Under the hood, it
458457
uses :ref:`twine` to upload packages to PyPI, and :ref:`pip` to download and
459458
install packages.
460459

460+
.. _multibuild:
461+
462+
multibuild
463+
==========
464+
465+
`GitHub <https://github.com/matthew-brett/multibuild>`__
466+
467+
Multibuild is a set of CI scripts for building and testing Python :term:`wheels <Wheel>` for
468+
Linux, macOS, and (less flexibly) Windows. Also see :ref:`cibuildwheel`.
469+
461470
.. _pex:
462471

463472
pex

0 commit comments

Comments
 (0)