benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Publish binary wheels to PyPi using cibuildwheel #546

Closed benfred closed 2 years ago

benfred commented 2 years ago

This both builds binary wheels in github actions using cibuildwheel, and also uploads them automatically to pypi during release. This should make it significantly easier to get implicit installed on most platforms, including GPU enabled builds on linux