[Numpy-discussion] manylinux wheels with Github Actions

2020-11-16 Thread Robert McLeod
Everyone, I'm looking to move `numexpr` into GitHub Actions for the combination of testing but also building wheels for deployment to pypi. I've never really been satisfied with the Appveyor/Travis combo and the documentation around Actions seems to be a lot stronger. I thought I might ask for adv

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

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