You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because cibuildwheel switched to pip 21.3 that uses in-tree builds, we
need to add an explicit clean step. This is because the FreeType built
for 64-bit and 32-bit Windows are not compatible, but as they appear to
be named the same, aren't rebuilt for each wheel, causing linker issues
when mixed.
I'm not sure it's necessary on other platforms as well, but it can't
hurt.
0 commit comments