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 c200667 commit 8e9d23eCopy full SHA for 8e9d23e
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Build wheels
82
uses: PyO3/maturin-action@v1
83
with:
84
- target: ${{ matrix.platform.target }}
+ target: ${{ matrix.platform.target }}-unknown-linux-musl
85
args: --release --out dist --find-interpreter
86
sccache: "true"
87
manylinux: musllinux_1_2
0 commit comments