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 e9e0f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 -m pip install build
$PYBIN/python -m build --wheel
done

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Build sdist
shell: bash
run: |
python -m pip install build
python -m build --sdist
- name: Upload sdist
Expand Down

0 comments on commit e9e0f8c

Please sign in to comment.