We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ab59e commit bfcca4fCopy full SHA for bfcca4f
.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