We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac63bfc + 4a591fc commit 48d4fd0Copy full SHA for 48d4fd0
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.1
+ uses: pypa/cibuildwheel@v3.2
64
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
65
with:
66
output-dir: wheelhouse
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Build wheels (MacOS x86_64)
73
if: matrix.os == 'macos-13'
74
75
76
77
package-dir: statsmodels
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Build Pyodide wheel
83
if: matrix.python_impl == 'Pyodide'
84
85
86
87
0 commit comments