There was an error while loading. Please reload this page.
2 parents 1a49a83 + e2bf638 commit 116e764Copy full SHA for 116e764
1 file changed
.github/workflows/build-wheels.yml
@@ -69,7 +69,7 @@ jobs:
69
platforms: all
70
71
- name: Build wheels (Default)
72
- uses: pypa/cibuildwheel@v4.1
+ uses: pypa/cibuildwheel@v4.2
73
if: (matrix.python_impl != 'Pyodide')
74
with:
75
output-dir: wheelhouse
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Build Pyodide wheel
81
if: matrix.python_impl == 'Pyodide'
82
83
84
85
package-dir: statsmodels
0 commit comments