meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Specify windows as the compiler-less upside to wheels #36

Closed ghickman closed 10 years ago

ghickman commented 10 years ago

This feature is currently windows specific (I believe).

LilyFoote commented 10 years ago

It might also be available for Mac OS X. I'm not certain though.

ghickman commented 10 years ago

@Ian-Foote – I'm a bit rusty on the specifics of C-extensions compilation but I don't think you can upload OSX specific builds to PyPI just yet.

cc @dstufft or @ncoghlan who will likely know the answer =)

dstufft commented 10 years ago

Windows and OSX are allowed, nothing else at the moment.

meshy commented 10 years ago

Pushed.