Pillow OS X Wheel Builder ========================= This repository builds the most recent tagged version of the Pillow repository. Build ----- :: git submodule init git submodule update git add Pillow git commit -a -m "Build wheels" To build a specific version, unset ``LATEST_TAG`` in the ``.travis.yml`` file and update the Pillow submodule:: cd Pillow git pull && git checkout DESIRED_TAG cd .. git add Pillow git commit Notes ----- - Check minimum numpy versions to build against in ``.travis.yml`` file. Build against the earliest numpy that Pillow is compatible with; see `forward, backward numpy compatibility `_ - Wheels are uploaded to a `rackspace container `_. Credentials for this container are encrypted to this specific repo in the ``.travis.yml`` file so the upload won't work from another repository.