Skip to content

Commit

Permalink
fix: missing cibuildwheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Jul 27, 2024
1 parent 1584005 commit b3a8f0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- name: Setup QEMU
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v2

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit b3a8f0d

Please sign in to comment.