From 1396af22e86a6a144963bf3e81a58bc67b24363d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Sat, 26 Aug 2023 09:09:57 +0200 Subject: [PATCH] build: skip all musllinux_i686 builds (#36) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e288d14..6c7b634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,4 +87,4 @@ version_files = [ [tool.cibuildwheel] build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"] -skip = "cp38-musllinux_i686" +skip = "*-musllinux_i686"