diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e9b025..b4deb95 100755 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' + sccache: 'false' manylinux: auto - name: Upload wheels uses: actions/upload-artifact@v3 @@ -83,7 +83,7 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' + sccache: 'false' - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -114,7 +114,7 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' + sccache: 'false' - name: Upload wheels uses: actions/upload-artifact@v3 with: