On Thu, Aug 3, 2017 at 10:15 PM, Stefan Behnel <stefan...@behnel.de> wrote:
> Am 3. August 2017 20:10:14 MESZ schrieb Matthew Brett:
>>OK - I have set that up, wheels building on the "daily" branch here:
>>
>>https://travis-ci.org/MacPython/cython-wheels/branches
>
> Nice.
>
>>But, I'm a bit worried by the pre-release naming scheme, because the
>>built wheel has name of form "Cython-0.26.1a0-cp..." . Can I ask -
>>where does the "1a0" come from?  Can it be used to select the most
>>recent pre-release wheel?
>
> No, it's just the current version in Shadow.py, 0.26.1 alpha-0. It's 
> guaranteed to be increasing, but not for each build.
>
>
>> I mean, if we build a wheel from a later
>>commit, will pip find the later wheel before this one?
>
> There's probably a way to get at the current Travis build number. If you want 
> sequentially increasing version numbers, you could append that to the wheel 
> version. Or the current date, which would even be a human readable age 
> indicator.
>

OK - after some struggles, I'm adding the travis build number to the
wheel name.  You can test the daily wheels with:

PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com";
pip install -f $PRE_WHEELS --pre cython

Cheers,

Matthew
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to