We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201ec44 commit a453d3eCopy full SHA for a453d3e
.github/workflows/build-upload.yml
@@ -137,9 +137,9 @@ jobs:
137
uses: actions/cache@v5 # zizmor: ignore[cache-poisoning]
138
with:
139
path: "${{ runner.temp }}/cibw_cache"
140
- key: cibw-${{ matrix.build || matrix.platform }}-${{ matrix.archs }}-${{ hashFiles('.github/workflows/build-upload.yml') }}
+ key: cibw-${{ matrix.build || matrix.platform }}-${{ join(matrix.archs, '-') }}-${{ hashFiles('.github/workflows/build-upload.yml') }}
141
restore-keys: |
142
- cibw-${{ matrix.build || matrix.platform }}-${{ matrix.archs }}-
+ cibw-${{ matrix.build || matrix.platform }}-${{ join(matrix.archs, '-') }}-
143
144
- name: Build wheels
145
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
0 commit comments