open-contracting / software-development-handbook

A guide for developers of OCP's tools
https://ocp-software-handbook.readthedocs.io/en/latest/
Other
4 stars 1 forks source link

CI: Build wheels for packages using cibuildwheel #55

Closed jpmckinney closed 2 years ago

jpmckinney commented 2 years ago

https://cibuildwheel.readthedocs.io/en/stable/

jpmckinney commented 2 years ago

This is only necessary if the package includes binary extensions. Otherwise, our current use of bdist_wheel is sufficient. https://gertjanvandenburg.com/blog/wheels/