Re: Building skimage wheels for OS X using Travis CI

Hi, On Tue, Jul 1, 2014 at 9:21 PM, Stéfan van der Walt <stefan@sun.ac.za> wrote:
Hi Matthew
On Tue, Jul 1, 2014 at 5:13 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
The wheels should appear in this directory:
http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn...
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... curl -O http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn... curl -O http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn... 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... Cheers, Matthew
participants (1)
-
Matthew Brett