nsat / pypredict

Spire port of predict open-source tracking library
GNU General Public License v2.0
64 stars 17 forks source link

Build manylinux wheels through docker #34

Closed bjorn-spire closed 4 years ago

bjorn-spire commented 5 years ago

manylinux wheels are wheels with bundled C dependencies, to be honest I don't think they're strictly needed for this package but doing it with them doesn't really hurt when we're doing binary uploads anyway since it's the most compatible version we can make.

This is an addition to PR #33 to make it easy to build and distribute binary versions of this package.