From 836447083af3f95aa025c94793e09dedf19dc555 Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Thu, 8 Aug 2024 06:31:19 -0400 Subject: [PATCH] chore: update Python release CI. --- .github/workflows/release-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index fccbeaa..85ca730 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -51,7 +51,7 @@ jobs: with: target: ${{ matrix.platform.target }} args: --manifest-path=py-hftbacktest/Cargo.toml --release --out dist --find-interpreter - sccache: 'true' + # sccache: 'true' manylinux: 2_24 - name: Upload wheels uses: actions/upload-artifact@v4