Skip to content

Commit 3524b8a

Browse files
sscache?
1 parent 8e9d23e commit 3524b8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ jobs:
8181
- name: Build wheels
8282
uses: PyO3/maturin-action@v1
8383
with:
84-
target: ${{ matrix.platform.target }}-unknown-linux-musl
84+
target: ${{ matrix.platform.target }}
8585
args: --release --out dist --find-interpreter
86-
sccache: "true"
8786
manylinux: musllinux_1_2
8887

8988
- name: Upload wheels

0 commit comments

Comments
 (0)