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