You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from Cython to cffi so we can build the library with a C99 compiler but can still build the extension for Python 2.7 with VC9. This would allow tulipy support Python 2.7 on Windows.
On tags, have Travis/Appveyor build and publish wheels to PyPI for all combinations of:
Arch: i686 and x86_64
OS: Windows, OS X, Linux (manylinux1 and manylinux2010)
Python: cpy27, cpy37, pypy
cirla
changed the title
Build manylinux wheels in travis
Switch to cffi, support cpy27 Windows, build and publish wheels in CI
Apr 19, 2019
cirla
changed the title
Switch to cffi, support cpy27 Windows, build and publish wheels in CI
Build and publish wheels in CI
Dec 1, 2019
It would be nice if travis built and published manylinux wheels to cut down on issues related to building from source distribution.
See https://github.com/pypa/python-manylinux-demo for example.
The text was updated successfully, but these errors were encountered: