From bbfa17f3183d8bf8a062c1c5efd115d64e05c464 Mon Sep 17 00:00:00 2001 From: haixuantao Date: Fri, 3 Jan 2025 12:48:53 +0100 Subject: [PATCH] Add zig to fix toolchains --- .github/workflows/pip-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-release.yml b/.github/workflows/pip-release.yml index 7a2dc662..66d9820a 100644 --- a/.github/workflows/pip-release.yml +++ b/.github/workflows/pip-release.yml @@ -59,7 +59,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist + args: --release --out dist --zig manylinux: manylinux_2_28 working-directory: ${{ matrix.repository.path }} - name: Upload wheels