From 39ff43593c410dfc9a40ae6358e0c90be2810ba8 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Wed, 18 Dec 2024 06:15:33 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76d7b5e..fde9bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,7 +190,7 @@ manylinux-aarch64-image = "manylinux_2_35" [tool.cibuildwheel.linux] # archs = ["auto", "aarch64"] archs = ["x86_64", "aarch64"] -before-all = "yum install -y libffi openssl openssl-devel gcc libpython3-dev" +before-all = "apt install -y libffi openssl openssl-devel gcc libpython3-dev" [tool.pyright] include = ["pyxcp", "build_ext.py"]