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 0202701 commit 794c137Copy full SHA for 794c137
.github/workflows/pypi.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: PyO3/maturin-action@v1
36
with:
37
target: ${{ matrix.platform.target }}
38
- args: --release --out dist -i 3.10 --auditwheel repair
+ args: --release --out dist -i 3.10 --auditwheel check
39
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
40
manylinux: ${{ matrix.platform.manylinux }}
41
before-script-linux: |
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
manylinux: musllinux_1_2
73
0 commit comments