Skip to content

Commit

Permalink
Merge pull request #7572 from radarhere/wheels
Browse files Browse the repository at this point in the history
Updated wheels README after cibuildwheel integration
  • Loading branch information
hugovk committed Nov 25, 2023
2 parents e2ddd27 + 3e7aec5 commit f9c7bd8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions wheels/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
README
------

This directory creates wheels for tagged versions of Pillow.
[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.

Archives
--------
Expand All @@ -16,8 +20,8 @@ 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.

See the `pre_build` in `config.sh` and the `fetch_unpack` routine in
`multibuild/common_utils.sh` for the logic, and the build recipes in
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
`multibuild/library_builders.sh` for the filename to give to the downloaded
archive.

Expand All @@ -27,5 +31,5 @@ Wheels
Wheels are
[GitHub Actions artifacts created for tags, relevant changes or manual builds](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml).

Windows wheels are not created here. Instead, they are
Windows wheels are created separately. They are
[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).

0 comments on commit f9c7bd8

Please sign in to comment.