Use cibuildwheel to automatically build all the wheels, avoid manual builds#935
Use cibuildwheel to automatically build all the wheels, avoid manual builds#935BishopWolf wants to merge 5 commits intoOpenGATE:masterfrom
Conversation
|
@tbaudier right now we only support these os however, to support more we just need to add them, they will be built by default ALSO: No need to further worry about python version, the variable |
7a11eb7 to
12b7d7e
Compare
|
@tbaudier This is clean and ready, you can merge if approved |
|
Thank you, First we want to do the release and then I will have a look to your PR |
|
@tbaudier windows is fully automatic now. |
421b6ed to
5e3e4ce
Compare
|
Windows and Linux build in less than 10 minutes per python version |
5e3e4ce to
776c6fd
Compare
|
@tbaudier we can leave the one wheel per python version if you think the builds are too slow. EDIT: I can see it's definitely faster, i'll push the changes |
f3cb3d9 to
556613e
Compare
|
@tbaudier I can add back python 3.10 support for both windows and macos, it is building fine for me. |
|
brew qt should be fine for all macos versions accordingly to https://formulae.brew.sh/formula/qt. the cache should handle it |
ec73c44 to
5f62653
Compare
|
I have rebased the last working commit to current master. I can add the intended modifications in a different PR. Current issues: When using homebrew cache in mac : cibuildwheel can't find system python |
This PR is intended to open a discussion to address the issue #928
This changes current wheel generation. CONFIRM AND APROVE BEFORE MERGE!!!
Current status:
Possible improvements: