From 1ab3da48c7874f1cab8fdde4c71c509fb29b8f6b Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Thu, 17 Oct 2024 22:17:52 +0800 Subject: [PATCH] build linux wheel with compatibility --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 10e97e4..28634b9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: manylinux: auto command: build sccache: true - args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 + args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 --compatibility linux - name: Upload wheels uses: actions/upload-artifact@v4 with: