File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 - uses : dtolnay/rust-toolchain@stable
5858 - name : Install cibuildwheel
5959 run : |
60- python -m pip install cibuildwheel==2.21.3
60+ python -m pip install cibuildwheel==2.23.2
6161 - name : Build wheels
6262 run : |
6363 python -m cibuildwheel --output-dir wheelhouse
@@ -105,7 +105,7 @@ jobs:
105105 platforms : all
106106 - name : Install cibuildwheel
107107 run : |
108- python -m pip install cibuildwheel==2.21.3
108+ python -m pip install cibuildwheel==2.23.2
109109 - name : Build wheels
110110 run : |
111111 python -m cibuildwheel --output-dir wheelhouse
@@ -143,7 +143,7 @@ jobs:
143143 platforms : all
144144 - name : Install cibuildwheel
145145 run : |
146- python -m pip install cibuildwheel==2.21.3
146+ python -m pip install cibuildwheel==2.23.2
147147 - name : Build wheels
148148 run : |
149149 python -m cibuildwheel --output-dir wheelhouse
@@ -176,7 +176,7 @@ jobs:
176176 run : rustup default stable-i686-pc-windows-msvc
177177 - name : Install cibuildwheel
178178 run : |
179- python -m pip install cibuildwheel==2.21.3
179+ python -m pip install cibuildwheel==2.23.2
180180 - name : Build wheels
181181 run : |
182182 python -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments