Skip to content

Commit db76f33

Browse files
committed
BLD: Update cibw version
1 parent 713c558 commit db76f33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
platforms: all
5757

5858
- name: Build wheels (Default)
59-
uses: pypa/cibuildwheel@v2.20
59+
uses: pypa/cibuildwheel@v2.21
6060
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
6161
with:
6262
output-dir: wheelhouse
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Build wheels (MacOS x86_64)
6969
if: matrix.os == 'macos-13'
70-
uses: pypa/cibuildwheel@v2.20
70+
uses: pypa/cibuildwheel@v2.21
7171
with:
7272
output-dir: wheelhouse
7373
package-dir: statsmodels
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Build Pyodide wheel
7979
if: matrix.python_impl == 'Pyodide'
80-
uses: pypa/cibuildwheel@v2.20
80+
uses: pypa/cibuildwheel@v2.21
8181
with:
8282
output-dir: wheelhouse
8383
package-dir: statsmodels

0 commit comments

Comments
 (0)