Repository to build OSX wheels for matplotlib.
The usual behavior of the repo is to build the wheel corresponding to the most recent git tag (see git-closest-tag.
To build a particular commit instead:
comment out the line
global: LATEST_TAG=1
in the.travis.yml
file.Update matplotlib with version you want to build:
- cd matplotlib && git pull && git checkout DESIRED_TAG
- cd .. && git add matplotlib
where "DESIRED_TAG" is a matplotlib git tag like "v1.3.1"
The wheels get uploaded to a rackspace container
to which we the MacPython owners have the API key. The API key is encrypted to
this exact repo in the .travis.yml
file, so the upload won't work for you
from another repo. You can contact the MacPython team to get set up, by using
the github issues for this project, or use another upload service such as github
- see for example Jonathan Helmus' `sckit-image wheels builder
<https://github.com/jjhelmus/scikit-image-ci-wheel-builder>`_