Skip to content

Commit

Permalink
Fix wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jul 10, 2024
1 parent 5f28b3d commit 7be356f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker/buildwheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "arch=$ARCH"
for V in "${PYTHON_VERSIONS[@]}"; do
PYBIN=/opt/python/$V/bin
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
$PYBIN/python pip install build
$PYBIN/python -m build --wheel
done

Expand Down

0 comments on commit 7be356f

Please sign in to comment.