2023-09-24 15:51:42 +03:00
README
------
2023-11-25 13:56:23 +03:00
[cibuildwheel ](https://github.com/pypa/cibuildwheel ) is used to build macOS and Linux
wheels for tagged versions of Pillow.
This directory contains [multibuild ](https://github.com/multi-build/multibuild ) to
build dependencies for the wheels, and dependency licenses to be included.
2023-09-24 15:51:42 +03:00
Archives
--------
https://github.com/python-pillow/pillow-depends contains archives for libraries
that will be built as part of the Pillow build.
In general, there is no need to put library archives there, because the
`multibuild` scripts will download them from their respective URLs.
But, the build will look in that repository before downloading from the
URL, so if there is a library that often fails to download, or you think might
fail to download, then download it and add it to the Git repository.
2023-11-25 13:56:23 +03:00
See `build` in `.github/workflows/wheels-dependencies.sh` and the `fetch_unpack`
routine in `multibuild/common_utils.sh` for the logic, and the build recipes in
2023-09-24 15:51:42 +03:00
`multibuild/library_builders.sh` for the filename to give to the downloaded
archive.
Wheels
------
Wheels are
[GitHub Actions artifacts created for tags, relevant changes or manual builds ](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml ).
2023-11-25 13:56:23 +03:00
Windows wheels are created separately. They are
2023-09-28 00:52:25 +03:00
[GitHub Actions artifacts created on each run of the Windows workflow ](https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml?query=branch%3Amain ).