From 859da0f6c902cea8abe7ac8dc8b1922079d02459 Mon Sep 17 00:00:00 2001 From: nmammeri Date: Wed, 3 Jul 2024 12:37:29 +0200 Subject: [PATCH] ci: disable zig --- .github/workflows/release_pyton_pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_pyton_pytest.yml b/.github/workflows/release_pyton_pytest.yml index 66e4419..14d8d85 100644 --- a/.github/workflows/release_pyton_pytest.yml +++ b/.github/workflows/release_pyton_pytest.yml @@ -58,9 +58,10 @@ jobs: with: target: ${{ matrix.platform.target }} working-directory: "bindings/python" - args: --release --out dist --zig + args: --release --out dist sccache: 'true' manylinux: auto + container: off - name: Upload wheels uses: actions/upload-artifact@v4 with: