falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

Build wheels using `cibuildwheel` #2259

Closed vytas7 closed 1 month ago

vytas7 commented 1 month ago

Migrate the current process of building binary wheels to cibuildwheel. cibuildwheel automates the process, and it also provides ready-made GitHub Actions for building and publishing.

vytas7 commented 1 month ago

The wheels are out now on TestPyPI: https://test.pypi.org/project/falcon/4.0.0.dev1/#files :tada: