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