#################### Pillow wheel builder #################### Repository to build OSX wheels for Pillow. To update: * Update Pillow with version you want to build: * cd Pillow && git pull && git checkout DESIRED_TAG * cd .. && git add Pillow where "DESIRED_TAG" is a Pillow git tag like "2.4.0". The wheels get uploaded to a `rackspace container `_ to which I have the password. The password is encrypted to this exact repo in the ``.travis.yml`` file, so the upload won't work for you from another repo. Either contact me to get set up, or use another upload service such as github - see for example Jonathan Helmus' `sckit-image wheels builder `_ I got the rackspace password from Olivier Grisel - we might be able to share this account across projects - again - please contact me or Olivier if you'd like this to happen.