Skip to content

Commit 4c3440d

Browse files
authored
Merge pull request #910 from henryiii/patch-4
binary-extensions: add cibuildwheel and multibuild
2 parents f24086e + b6ce977 commit 4c3440d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

source/guides/packaging-binary-extensions.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,18 @@ guide includes an introduction to writing a
232232
Building binary extensions
233233
==========================
234234

235+
Building extensions for multiple platforms
236+
------------------------------------------
237+
238+
If you plan to distribute your extension, you should provide
239+
:term:`wheels <Wheel>` for all the platforms you intend to support. For most
240+
extensions, this is at least one package per Python version times the number of
241+
OS and architectures you support. These are usually built on continuous
242+
integration (CI) systems. There are tools to help you build highly
243+
redistributable binaries from CI; these include :ref:`cibuildwheel` and
244+
:ref:`multibuild`.
245+
246+
235247
Binary extensions for Windows
236248
-----------------------------
237249

0 commit comments

Comments
 (0)