Skip to content

Commit f412267

Browse files
committed
Upgrade cibuildwheels to fix a build problem on Windows.
1 parent eb6f1fa commit f412267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v4
7878
- name: Install cibuildwheel
7979
# Nb. keep cibuildwheel version pin consistent with job below
80-
run: pipx install cibuildwheel==2.16.2
80+
run: pipx install cibuildwheel==2.16.5
8181
- id: set-matrix
8282
run: |
8383
MATRIX=$(
@@ -113,7 +113,7 @@ jobs:
113113
platforms: all
114114

115115
- name: Build wheels
116-
uses: pypa/[email protected].2
116+
uses: pypa/[email protected].5
117117
with:
118118
only: ${{ matrix.only }}
119119

0 commit comments

Comments
 (0)