-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT test building wheels #156
MAINT test building wheels #156
Conversation
for more information, see https://pre-commit.ci
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 also merge this for reference for future release. |
* manually trigger build * comment manual part * switching to Ubuntu 22.04 * fix bug random test * black * fix test ci * update cibuildwheels * try another image for manylinux i686 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Skip 3.11 for 32bit * fix syntax * remove failing binary * remove failing binary * remove all 32 bits * remove all 32 bits * remove musllinux * remove trigger of build wheels * syntax yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Checking that building wheels for PyPi still works.