From e2060a8a2e29380da2c7a73ee02db4877112e94a Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Mon, 27 Jan 2025 23:04:04 -0700 Subject: [PATCH] debug --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9df6596..4cf6ad5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,10 +28,10 @@ jobs: exclude: # manylinux_aarch64 - takes ~15m - buildplat: [manylinux_aarch64] - skip: "true" + skip: ["true"] # musllinux_aarch64 - takes ~ 1h5m - buildplat: [musllinux_x86_64] - skip: "true" + skip: ["true"] steps: - uses: actions/checkout@v4