From cf73b51f429c38095d84b74c656bb11dfc087fe6 Mon Sep 17 00:00:00 2001 From: Doug Turnbull Date: Sun, 27 Oct 2024 11:11:54 -0400 Subject: [PATCH] Only prebuild native wheels --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8258002..44a6aa8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -12,6 +12,7 @@ jobs: env: CIBW_BUILD_VERBOSITY: 1 + CIBW_ARCHS_LINUX: native steps: - uses: actions/checkout@v4