Skip to content

Commit

Permalink
Upgrade cibuildwheels to fix a build problem on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 15, 2024
1 parent 188525b commit ce9ed50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.15.0
run: pipx install cibuildwheel==2.16.5
- id: set-matrix
run: |
MATRIX=$(
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
with:
only: ${{ matrix.only }}

Expand Down

0 comments on commit ce9ed50

Please sign in to comment.