Cython OSX wheel builder
Repository to build Cython wheels.
By default, this repo builds the most recent tagged version of the Cython
repo. If you want to build a specific version, unset LATEST_TAG in the
.travis.yml file, and update the Cython submodule to the version you
want to build.
To update:
Update Cython submodule with version you want to build:
- cd Cython
- git pull && git checkout DESIRED_TAG
- cd ..
- git add Cython
- git commit
The wheels get uploaded to a rackspace container
pointed to by http://wheels.scikits-image.org. The credentials for this container
are encrypted to this specific 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'
scikit-image wheels builder
I got the rackspace credentials 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.