This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch muslinux-wheels in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
commit a20c423ac482a5f60a7e6d6bc77416454282c35c Author: Jon <[email protected]> AuthorDate: Wed Apr 10 00:02:18 2024 -0700 keep arch options in pyproject.toml, only move before-build env option --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d514d9..5f8e251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ skip = ["cp36-*", "cp37-*", "pp*", "*-win32"] [tool.cibuildwheel.windows] archs = ["auto64"] -#[tool.cibuildwheel.linux] -#archs = ["auto", "aarch64"] +[tool.cibuildwheel.linux] +archs = ["auto", "aarch64"] #before-build = "yum remove -y cmake" [tool.cibuildwheel.macos] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
