deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.56k stars 161 forks source link

ci: skipping wheel building for Linux 32-bit #227

Closed deepcharles closed 2 years ago

deepcharles commented 2 years ago

As @oboulant explained here, cibuildwheel stopped working recently for some 32 bits setups (see also scikit-learn/scikit-learn#22122).

In this PR, wheels for cp38-manylinux_i686 and cp39-manylinux_i686 are explicitly excluded when uploading to PyPI, as well as the new musllinux supported by cibuildwheel (for now).

codecov[bot] commented 2 years ago

Codecov Report

Merging #227 (7666619) into master (2aea6b4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   98.77%   98.77%           
=======================================
  Files          40       40           
  Lines         978      978           
=======================================
  Hits          966      966           
  Misses         12       12           
Flag Coverage Δ
unittests 98.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2aea6b4...7666619. Read the comment docs.