Perfexionists / perun

Lightweight Performance Control System
GNU General Public License v3.0
16 stars 14 forks source link

Add support for building wheels in GA #198

Open tfiedor opened 5 months ago

tfiedor commented 5 months ago

Currently, we are using only a .tar.gz for distribution to pip3, it would be nice to have precompiled wheels for more linuxes.

This, however, needs to solve generation of so called manylinux distributions; the pip build builds for specific linuxes which are rejected by PyPI (since, they do not conform to PEP). This is solved by cibuildwheel package, however, it is not straightforward and needs to be fixed.