2019-11-09 19:38:59 +00:00
|
|
|
---
|
|
|
|
|
title: Home
|
|
|
|
|
---
|
2019-11-03 18:30:15 +00:00
|
|
|
|
2022-08-17 09:12:02 +01:00
|
|
|
# cibuildwheel
|
|
|
|
|
|
2020-08-14 16:12:24 -04:00
|
|
|
{%
|
2020-12-06 16:55:04 +01:00
|
|
|
include-markdown "../README.md"
|
2020-08-14 16:12:24 -04:00
|
|
|
start="<!--intro-start-->"
|
2019-11-03 18:30:15 +00:00
|
|
|
end="<!--intro-end-->"
|
|
|
|
|
%}
|
2019-11-09 19:38:59 +00:00
|
|
|
|
|
|
|
|
To get started, head over to the [setup guide](setup.md).
|
2022-04-29 12:03:08 +01:00
|
|
|
|
|
|
|
|
How it works
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
This diagram summarises the steps that cibuildwheel takes on each platform to build your package's wheels.
|
|
|
|
|
|
|
|
|
|
{%
|
|
|
|
|
include-markdown "diagram.md"
|
|
|
|
|
%}
|
|
|
|
|
|
|
|
|
|
This isn't exhaustive, for a full list of the things cibuildwheel can do, check the [options](options.md) page.
|