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 f5d9b81 commit 2b4c141Copy full SHA for 2b4c141
.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 check
+ args: --release --out dist -i 3.10 --auditwheel repair
39
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
40
manylinux: ${{ matrix.platform.manylinux }}
41
before-script-linux: |
0 commit comments