Skip to content

Commit 6081eac

Browse files
committed
See if newer cibuildhweel fixes things
1 parent ebb3adc commit 6081eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels_new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: dtolnay/rust-toolchain@stable
5656
- name: Install cibuildwheel
5757
run: |
58-
python -m pip install cibuildwheel==2.21.3
58+
python -m pip install cibuildwheel==2.23.2
5959
- name: Build wheels
6060
run: |
6161
python -m cibuildwheel --output-dir wheelhouse
@@ -98,7 +98,7 @@ jobs:
9898
run: rustup default stable-i686-pc-windows-msvc
9999
- name: Install cibuildwheel
100100
run: |
101-
python -m pip install cibuildwheel==2.21.3
101+
python -m pip install cibuildwheel==2.23.2
102102
- name: Build wheels
103103
run: |
104104
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)