Skip to content

Commit 14aa379

Browse files
committed
MAINT: Disable cibuildwheel caching.
1 parent 7d10f25 commit 14aa379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
- name: Build wheels
146146
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
147147
env:
148+
CIBW_CACHE_DISABLE: true
148149
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
149150
SRC: ${{ github.workspace }}/numpy-src
150151
with:

0 commit comments

Comments
 (0)