Building skimage wheels for OS X using Travis CI

Stéfan van der Walt stefan at sun.ac.za
Tue Jul 1 16:21:11 EDT 2014


Hi Matthew

On Tue, Jul 1, 2014 at 5:13 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> The wheels should appear in this directory:
>
> http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/

Is there a way to get a friendlier URL for this location?

> cd scikit-image
> git co v0.10.1
> cd dist
> curl -O http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl
> curl -O http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl
> curl -O http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl
> cd ..
> twine upload dist/*.whl

A script that automatically does this would make the release manager's
life so much easier.

Stéfan



More information about the scikit-image mailing list