scikit-learn-contrib / scikit-learn-extra

scikit-learn contrib estimators
https://scikit-learn-extra.readthedocs.io
BSD 3-Clause "New" or "Revised" License
185 stars 42 forks source link

MAINT test building wheels #156

Closed TimotheeMathieu closed 1 year ago

TimotheeMathieu commented 1 year ago

Checking that building wheels for PyPi still works.

TimotheeMathieu commented 1 year ago

For whatever reason, 32bit wheel seem to fail upstream with cibuildwheel 2.x even though it worked find with cibuildwheel 1.x. We need cibuildwheel 2.x to have python 3.10 and 3.11 binaries.

For now, I removed the 32bits binaries from the action file and I also removed musllinux that don't work. I will use the artifacts of cibuildwheel 1.x from before to upload the 32Bit binaries. The consequence is that there is no binary for 32bit python 3.10 and python 3.11.

TimotheeMathieu commented 1 year ago

I will also merge this for reference for future release.