-
Notifications
You must be signed in to change notification settings - Fork 529
[MRG] build wheels on release #157
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
Conversation
rflamary
commented
Apr 22, 2020
- build automatically wheels on release
- hopefully for manylinux/windows/macosx
Codecov Report
@@ Coverage Diff @@
## master #157 +/- ##
=======================================
Coverage 90.96% 90.96%
=======================================
Files 15 15
Lines 3023 3023
=======================================
Hits 2750 2750
Misses 273 273 |
python -m pip install --upgrade pip | ||
pip install -r requirements.txt | ||
pip install -U "cython" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is cython not in requirements ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is!
but the build fails if i dont' do that... This is weird.
Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>