Ubuntu – How to include C libraries in cibuildwheel Github Action for Cython module?
I'm trying to separate a few libraries from my Python project, into a C++ submodule, that should improve the performance, using Cython. Now, I've managed to make the module an compile it, but now I want to make possible for…