Skip to content

Commit 794c137

Browse files
committed
fix: check, don't repair
1 parent 0202701 commit 794c137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
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 repair
38+
args: --release --out dist -i 3.10 --auditwheel check
3939
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4040
manylinux: ${{ matrix.platform.manylinux }}
4141
before-script-linux: |
@@ -67,7 +67,7 @@ jobs:
6767
uses: PyO3/maturin-action@v1
6868
with:
6969
target: ${{ matrix.platform.target }}
70-
args: --release --out dist -i 3.10 --auditwheel repair
70+
args: --release --out dist -i 3.10 --auditwheel check
7171
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
7272
manylinux: musllinux_1_2
7373
before-script-linux: |

0 commit comments

Comments
 (0)