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 eb6f1fa commit f412267
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 @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.16.2
run: pipx install cibuildwheel==2.16.5
- id: set-matrix
run: |
MATRIX=$(
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
with:
only: ${{ matrix.only }}

Expand Down

0 comments on commit f412267

Please sign in to comment.