Skip to content

Commit 116e764

Browse files
authored
Merge pull request #217 from MacPython/dependabot/github_actions/pypa/cibuildwheel-4.2
Bump pypa/cibuildwheel from 4.1 to 4.2
2 parents 1a49a83 + e2bf638 commit 116e764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
platforms: all
7070

7171
- name: Build wheels (Default)
72-
uses: pypa/cibuildwheel@v4.1
72+
uses: pypa/cibuildwheel@v4.2
7373
if: (matrix.python_impl != 'Pyodide')
7474
with:
7575
output-dir: wheelhouse
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Build Pyodide wheel
8181
if: matrix.python_impl == 'Pyodide'
82-
uses: pypa/cibuildwheel@v4.1
82+
uses: pypa/cibuildwheel@v4.2
8383
with:
8484
output-dir: wheelhouse
8585
package-dir: statsmodels

0 commit comments

Comments
 (0)