module documentation
Infrastructure to build deterministic wheels
| Function | build |
Build a given wheel based on metadata and write all wheels to the dist folder. |
| Function | _write |
Undocumented |
| Function | _write |
Undocumented |
def build_wheel(wheel_meta:
Wheel, dist_folder: Path) -> Generator[ WheelPlatformBuildResult, None, None]:
¶
Build a given wheel based on metadata and write all wheels to the dist folder.
As this is a generator, make sure to consume all results to ensure all wheels are built properly.
| Parameters | |
wheelWheel | Metadata about wheel, used to construct the wheel archive for each platform. |
distPath | Path where all wheel files will be created |
| Returns | |
Generator[ | Yields for each generated platform wheel |