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 713c558 commit db76f33Copy full SHA for db76f33
.github/workflows/build-wheels.yml
@@ -56,7 +56,7 @@ jobs:
56
platforms: all
57
58
- name: Build wheels (Default)
59
- uses: pypa/cibuildwheel@v2.20
+ uses: pypa/cibuildwheel@v2.21
60
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
61
with:
62
output-dir: wheelhouse
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Build wheels (MacOS x86_64)
69
if: matrix.os == 'macos-13'
70
71
72
73
package-dir: statsmodels
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Build Pyodide wheel
79
if: matrix.python_impl == 'Pyodide'
80
81
82
83
0 commit comments