Hello, @folivetti. It would be great if you could setup CI to release binary executable files to as a PyPI package, especially eggp used by https://github.com/erusseil/mvsr. It would make it possible to install @erusseil's package with PyPI only, so users can easily start using it.
I recommend to use CIBuildWheel for CI, it will guarantee that 1) executables are built versus old enough glibc versions, and 2) all dynamic libraries such as libnlopt are distributed with the package.
Hello, @folivetti. It would be great if you could setup CI to release binary executable files to as a PyPI package, especially
eggpused by https://github.com/erusseil/mvsr. It would make it possible to install @erusseil's package with PyPI only, so users can easily start using it.I recommend to use CIBuildWheel for CI, it will guarantee that 1) executables are built versus old enough glibc versions, and 2) all dynamic libraries such as
libnloptare distributed with the package.