From 759ec4a29621663ce642fad309ded9e729de0df3 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Thu, 17 Oct 2024 09:46:12 +1100 Subject: [PATCH] fix: trigger release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c075d1..4f28519 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,4 +80,4 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*" before-all = "yum install python3-devel -y" [tool.cibuildwheel.macos] -archs = ["x86_64", "arm64"] +archs = ["x86_64", "arm64"]