File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,7 @@ jobs:
257
257
working-directory : pypi
258
258
target : ${{ matrix.build.TARGET }}
259
259
args : --release --sdist --out wheels
260
- # https://github.com/PyO3/maturin-action/issues/348
261
- sccache : " false"
260
+ sccache : " true"
262
261
# https://github.com/PyO3/maturin-action/issues/245
263
262
manylinux : ${{ matrix.build.TARGET == 'aarch64-unknown-linux-gnu' && '2_28' || 'auto' }}
264
263
- name : Build Python wheels (macos & windows)
@@ -270,17 +269,15 @@ jobs:
270
269
working-directory : pypi
271
270
target : ${{ matrix.build.TARGET }}
272
271
args : --release --sdist --out wheels
273
- # https://github.com/PyO3/maturin-action/issues/348
274
- sccache : " false"
272
+ sccache : " true"
275
273
- name : Build Python wheels (musl)
276
274
if : matrix.build.PYPI_PUBLISH == true && endsWith(matrix.build.OS, 'musl')
277
275
uses : PyO3/maturin-action@v1
278
276
with :
279
277
working-directory : pypi
280
278
target : ${{ matrix.build.TARGET }}
281
279
args : --release --sdist --out wheels
282
- # https://github.com/PyO3/maturin-action/issues/348
283
- sccache : " false"
280
+ sccache : " true"
284
281
manylinux : musllinux_1_2
285
282
- name : Upload Python wheels
286
283
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments