Building skimage wheels for OS X using Travis CI

Matthew Brett matthew.brett at gmail.com
Tue Jul 1 18:29:48 EDT 2014


Hi,

On Tue, Jul 1, 2014 at 9:21 PM, Stéfan van der Walt <stefan at sun.ac.za> wrote:
> 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?

Do y'all have a cname you can use?

>> 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.

Here's a very simple bash script to do that...

https://github.com/scikit-image/scikit-image-wheels/blob/master/check_upload.sh

Cheers,

Matthew



More information about the scikit-image mailing list