There was an error while loading. Please reload this page.
2 parents 40fd7f5 + 9fee748 commit 1743d21Copy full SHA for 1743d21
1 file changed
.github/workflows/build-wheels.yml
@@ -60,7 +60,7 @@ jobs:
60
platforms: all
61
62
- name: Build wheels (Default)
63
- uses: pypa/cibuildwheel@v3.2
+ uses: pypa/cibuildwheel@v3.3
64
if: (matrix.python_impl != 'Pyodide')
65
with:
66
output-dir: wheelhouse
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Build Pyodide wheel
72
if: matrix.python_impl == 'Pyodide'
73
74
75
76
package-dir: statsmodels
0 commit comments