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: