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.
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.