Skip to content

Commit 3a759ce

Browse files
authored
Merge pull request #174 from MacPython/dependabot/github_actions/pypa/cibuildwheel-2.21
Bump pypa/cibuildwheel from 2.20 to 2.21
2 parents c48d64e + 592b525 commit 3a759ce

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.20
60+
uses: pypa/cibuildwheel@v2.21
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.20
71+
uses: pypa/cibuildwheel@v2.21
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.20
81+
uses: pypa/cibuildwheel@v2.21
8282
with:
8383
output-dir: wheelhouse
8484
package-dir: statsmodels

0 commit comments

Comments
 (0)