antocuni / capnpy

Other
45 stars 26 forks source link

Automatically build&publish wheels on release #57

Closed antocuni closed 3 years ago

antocuni commented 3 years ago

Add a github actions workflow to build wheels (using cibuildwheels) and upload them to PyPI whenever we create a github release.

Currently we build wheels only for CPython 3.6, 3.7, 3.8, 3.9 and 3.10. Python 2.7 is tested and supported but we don't publish a wheel because the current version of cibuildwheels doesn't support it. PyPy is tested and supported but we don't publish wheels because we don't use cython, so installing from source is fast.