File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Build inside manylinux_2_28 container
1616 run : |
1717 docker run --rm -v $(pwd):/io -w /io quay.io/pypa/manylinux_2_28_x86_64 /bin/bash -c "\
18- /opt/python/cp312-cp312/bin/python -m pip install --upgrade pip build && \
19- /opt/python/cp312-cp312/bin/python -m pip install -r /io/requirements.txt && \
20- /opt/python/cp312-cp312/bin/python -m build --wheel --outdir /io/dist"
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+ auditwheel repair /io/dist/*.whl --wheel-dir /io/dist"
2122
2223 - name : List built wheels (debugging step)
2324 run : ls -lh dist/
You can’t perform that action at this time.
0 commit comments