-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build wheels #66
Build wheels #66
Conversation
I'm quite impressed with cibuildwheel . That relatively simple config builds and tests the following wheels in 3 CI jobs. Maybe we should consider it for scikit-learn though it probably gives less flexibility cc @thomasjpfan
not sure why there are both manylinux2010 and manylinux1 wheel. I disabled PyPy wheels as they was failing while installing scipy due to missing BLAS (MacPython/scipy-wheels#87 would fix it). It was building fine, the issue was while installing test dependencies (and I'm not sure how to skip running tests for PyPy). Merging. I'll experiment with uploading RC to test.pypi.org with this CI in another PR. |
I think
My initial thought would be that On a similar note, it looks like numpy builds manylinux1, 2010, and 2014 and scikit-learn only builds manylinux1. (When I |
Build wheels with cibuildwheel.
Closes #59
If we are feeling adventurous we could even push to PyPi on tags.