Skip to content

Commit 94f3ffd

Browse files
authored
remove linux_x86 wheel after auditwheel repairs
1 parent 0f96db1 commit 94f3ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
/opt/python/cp312-cp312/bin/python -m pip install --upgrade pip build auditwheel && \
1919
/opt/python/cp312-cp312/bin/python -m pip install -r requirements.txt && \
2020
/opt/python/cp312-cp312/bin/python -m build --wheel --outdir /io/dist && \
21-
rm -f /io/dist/*linux_x86_64.whl && \
2221
auditwheel repair /io/dist/*.whl --plat manylinux_2_28_x86_64 --wheel-dir /io/dist"
22+
rm -f /io/dist/*linux_x86_64.whl && \
23+
2324
2425
- name: List built wheels (debugging step)
2526
run: ls -lh dist/

0 commit comments

Comments
 (0)