Skip to content

Commit 3cf2cc9

Browse files
committed
updating cibuildwheel
1 parent fa9f977 commit 3cf2cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ls -la quaddtype/numpy_quaddtype/QBLAS/include/quadblas/
3636
3737
- name: Install cibuildwheel
38-
run: pip install cibuildwheel==2.20.0
38+
run: pip install cibuildwheel==3.1.4
3939

4040
- name: Build wheels
4141
env:
@@ -118,7 +118,7 @@ jobs:
118118
ls -la quaddtype/numpy_quaddtype/QBLAS/include/quadblas/
119119
120120
- name: Install cibuildwheel
121-
run: pip install cibuildwheel==2.20.0
121+
run: pip install cibuildwheel==3.1.4
122122

123123
- name: Build wheels
124124
env:
@@ -193,7 +193,7 @@ jobs:
193193
shell: bash -l {0}
194194
run: |
195195
pip install -U pip
196-
pip install cibuildwheel==2.20.0 ninja meson meson-python numpy delvewheel pytest
196+
pip install cibuildwheel==3.1.4 ninja meson meson-python numpy delvewheel pytest
197197
198198
- name: Build wheels
199199
env:

0 commit comments

Comments
 (0)