Re: [Numpy-discussion] manylinux wheels with Github Actions

2020-11-20 Thread Thomas Caswell
Matplotlib has also migrated to building wheels via github actions and it has been working well. Tom On Mon, Nov 16, 2020, 17:48 Andrew Nelson wrote: > For my project (refnx) I solely use GH Actions to test and make wheels. In > my workflow ( > https://github.com/refnx/refnx/blob/master/.github

Re: [Numpy-discussion] manylinux wheels with Github Actions

2020-11-16 Thread Andrew Nelson
For my project (refnx) I solely use GH Actions to test and make wheels. In my workflow ( https://github.com/refnx/refnx/blob/master/.github/workflows/pythonpackage.yml) I make a 3.7/3.8/3.9 matrix across Linux/macOS/Windows. First of all I make the wheels for all those combos, then install the whee

Re: [Numpy-discussion] manylinux wheels with Github Actions

2020-11-16 Thread Eric Larson
I have had good experiences for about a year now using CIBUILDWHEEL on Azure for VisPy and on python-rtmixer to