Skip to content

Commit a453d3e

Browse files
committed
Update build-upload.yml
1 parent 201ec44 commit a453d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ jobs:
137137
uses: actions/cache@v5 # zizmor: ignore[cache-poisoning]
138138
with:
139139
path: "${{ runner.temp }}/cibw_cache"
140-
key: cibw-${{ matrix.build || matrix.platform }}-${{ matrix.archs }}-${{ hashFiles('.github/workflows/build-upload.yml') }}
140+
key: cibw-${{ matrix.build || matrix.platform }}-${{ join(matrix.archs, '-') }}-${{ hashFiles('.github/workflows/build-upload.yml') }}
141141
restore-keys: |
142-
cibw-${{ matrix.build || matrix.platform }}-${{ matrix.archs }}-
142+
cibw-${{ matrix.build || matrix.platform }}-${{ join(matrix.archs, '-') }}-
143143
144144
- name: Build wheels
145145
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1

0 commit comments

Comments
 (0)