Skip to content

Commit 2b4c141

Browse files
committed
fix: repair
1 parent f5d9b81 commit 2b4c141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: PyO3/maturin-action@v1
3636
with:
3737
target: ${{ matrix.platform.target }}
38-
args: --release --out dist -i 3.10 --auditwheel check
38+
args: --release --out dist -i 3.10 --auditwheel repair
3939
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4040
manylinux: ${{ matrix.platform.manylinux }}
4141
before-script-linux: |

0 commit comments

Comments
 (0)