File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,14 +233,15 @@ Building binary extensions
233233==========================
234234
235235Building extensions for multiple platforms
236- -------------------------
237-
238- If you plan to distribute your extension, you should provide :term: `wheels <Wheel> ` for all the
239- platforms you intend to support. For most extensions, this is at least one
240- package per Python version times the number of OS and architectures you support.
241- These are usually built on continous integration (CI) systems. There are tools
242- to help you build highly redistributable binaries from CI; these include
243- :ref: `cibuildwheel ` and :ref: `multibuild `.
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 `.
244245
245246
246247Binary extensions for Windows
You can’t perform that action at this time.
0 commit comments