Skip to content

Commit f285d3c

Browse files
authored
Merge pull request #177 from MacPython/dependabot/github_actions/pypa/cibuildwheel-2.22
Bump pypa/cibuildwheel from 2.21 to 2.22
2 parents 3a759ce + 4fdefa8 commit f285d3c

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
@@ -57,7 +57,7 @@ jobs:
5757
platforms: all
5858

5959
- name: Build wheels (Default)
60-
uses: pypa/cibuildwheel@v2.21
60+
uses: pypa/cibuildwheel@v2.22
6161
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
6262
with:
6363
output-dir: wheelhouse
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Build wheels (MacOS x86_64)
7070
if: matrix.os == 'macos-13'
71-
uses: pypa/cibuildwheel@v2.21
71+
uses: pypa/cibuildwheel@v2.22
7272
with:
7373
output-dir: wheelhouse
7474
package-dir: statsmodels
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build Pyodide wheel
8080
if: matrix.python_impl == 'Pyodide'
81-
uses: pypa/cibuildwheel@v2.21
81+
uses: pypa/cibuildwheel@v2.22
8282
with:
8383
output-dir: wheelhouse
8484
package-dir: statsmodels

0 commit comments

Comments
 (0)