Skip to content

Commit 70a6754

Browse files
Don't pin to cibuildwheel 2.20.X
1 parent 6ad6520 commit 70a6754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
platforms: all
6363

6464
- name: Build wheels
65-
uses: pypa/[email protected].0
65+
uses: pypa/[email protected]
6666
if: matrix.python_impl != 'Pyodide'
6767
with:
6868
output-dir: wheelhouse
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Build Pyodide wheel
7474
if: matrix.python_impl == 'Pyodide'
75-
uses: pypa/[email protected].0
75+
uses: pypa/[email protected]
7676
with:
7777
output-dir: wheelhouse
7878
package-dir: statsmodels

0 commit comments

Comments
 (0)