Re: [Cython] Publish Windows wheels to PyPI

2015-09-28 Thread Robert Bradshaw
OK, I created a cython account, but https://ci.appveyor.com/project/cython/cython . I'm happy to add anyone as an appveyer "contributor" who could help get this going. On Mon, Sep 28, 2015 at 3:31 PM, Mirth Hickford wrote: >> https://github.com/cython/cython/pull/389 was recently merged. > > Hum

Re: [Cython] Publish Windows wheels to PyPI

2015-09-28 Thread Mirth Hickford
> https://github.com/cython/cython/pull/389 was recently merged. Hum there aren't yet any builds at https://ci.appveyor.com/project/cython/cython I think someone (with rights to the github repo) still needs to create an account at appveyor.com and flip a switch. See http://help.appveyor.com/discu

Re: [Cython] Publish Windows wheels to PyPI

2015-09-28 Thread Ian Bell
I volunteered to do this quite some time ago, but at the time there wasn't much interest. The offer still stands though. I have a number of build machines that I could use and are properly configured with all the python versions and compilers needed. I've released other python packages in the sa

Re: [Cython] Publish Windows wheels to PyPI

2015-09-28 Thread Robert Bradshaw
On Mon, Sep 28, 2015 at 12:22 AM, Dirk Rothe wrote: > On Sun, 27 Sep 2015 21:30:21 +0200, Mirth Hickford > wrote: > >> Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. >> Wheels [2] are a package format that installs more reliably than source >> distributions, especially on W

Re: [Cython] Publish Windows wheels to PyPI

2015-09-28 Thread Dirk Rothe
On Sun, 27 Sep 2015 21:30:21 +0200, Mirth Hickford wrote: Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. Wheels [2] are a package format that installs more reliably than source distributions, especially on Windows. Meanwhile a workaround is to download wheels from Chri

[Cython] Publish Windows wheels to PyPI

2015-09-28 Thread Mirth Hickford
Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. Wheels [2] are a package format that installs more reliably than source distributions, especially on Windows. Meanwhile a workaround is to download wheels from Christoph Gohlke's site [3] a godsend. -M [1] https://pypi.python.