Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)