Skip to content

Commit 48d4fd0

Browse files
authored
Merge pull request #190 from MacPython/dependabot/github_actions/pypa/cibuildwheel-3.2
Bump pypa/cibuildwheel from 3.1 to 3.2
2 parents ac63bfc + 4a591fc commit 48d4fd0

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
@@ -60,7 +60,7 @@ jobs:
6060
platforms: all
6161

6262
- name: Build wheels (Default)
63-
uses: pypa/cibuildwheel@v3.1
63+
uses: pypa/cibuildwheel@v3.2
6464
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
6565
with:
6666
output-dir: wheelhouse
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build wheels (MacOS x86_64)
7373
if: matrix.os == 'macos-13'
74-
uses: pypa/cibuildwheel@v3.1
74+
uses: pypa/cibuildwheel@v3.2
7575
with:
7676
output-dir: wheelhouse
7777
package-dir: statsmodels
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build Pyodide wheel
8383
if: matrix.python_impl == 'Pyodide'
84-
uses: pypa/cibuildwheel@v3.1
84+
uses: pypa/cibuildwheel@v3.2
8585
with:
8686
output-dir: wheelhouse
8787
package-dir: statsmodels

0 commit comments

Comments
 (0)