From 8373a7d6caaff9b1e495903b82e25bb01aff3351 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Fri, 21 Jun 2024 17:33:42 +0200 Subject: [PATCH] ignore all i686 --- api/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/py/pyproject.toml b/api/py/pyproject.toml index 68fb9be52b..a7e5950834 100644 --- a/api/py/pyproject.toml +++ b/api/py/pyproject.toml @@ -12,7 +12,7 @@ test-requires = "pytest" test-command = """pytest {project}""" [tool.cibuildwheel.linux] -skip = "*-manylinux_i686" +skip = "*i686" before-build = """ set -ex python -m ensurepip --upgrade