From 14aa379b02184174647bdaf574122ec9bf4321c2 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 2 Dec 2025 18:44:44 -0700 Subject: [PATCH] MAINT: Disable cibuildwheel caching. --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 30665d0..3489616 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -145,6 +145,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1 env: + CIBW_CACHE_DISABLE: true CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} SRC: ${{ github.workspace }}/numpy-src with: