We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2ab59e + bfcca4f commit c4a4954Copy full SHA for c4a4954
1 file changed
.github/workflows/build-wheels.yml
@@ -57,7 +57,7 @@ jobs:
57
platforms: all
58
59
- name: Build wheels (Default)
60
- uses: pypa/cibuildwheel@v3.0
+ uses: pypa/cibuildwheel@v3.1
61
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
62
with:
63
output-dir: wheelhouse
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Build wheels (MacOS x86_64)
70
if: matrix.os == 'macos-13'
71
72
73
74
package-dir: statsmodels
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Build Pyodide wheel
80
if: matrix.python_impl == 'Pyodide'
81
82
83
84
0 commit comments