We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f96db1 commit 94f3ffdCopy full SHA for 94f3ffd
.github/workflows/pypi_release.yml
@@ -18,8 +18,9 @@ jobs:
18
/opt/python/cp312-cp312/bin/python -m pip install --upgrade pip build auditwheel && \
19
/opt/python/cp312-cp312/bin/python -m pip install -r requirements.txt && \
20
/opt/python/cp312-cp312/bin/python -m build --wheel --outdir /io/dist && \
21
- rm -f /io/dist/*linux_x86_64.whl && \
22
auditwheel repair /io/dist/*.whl --plat manylinux_2_28_x86_64 --wheel-dir /io/dist"
+ rm -f /io/dist/*linux_x86_64.whl && \
23
+
24
25
- name: List built wheels (debugging step)
26
run: ls -lh dist/
0 commit comments