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 ebb3adc commit 6081eacCopy full SHA for 6081eac
.github/workflows/wheels_new.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: dtolnay/rust-toolchain@stable
56
- name: Install cibuildwheel
57
run: |
58
- python -m pip install cibuildwheel==2.21.3
+ python -m pip install cibuildwheel==2.23.2
59
- name: Build wheels
60
61
python -m cibuildwheel --output-dir wheelhouse
@@ -98,7 +98,7 @@ jobs:
98
run: rustup default stable-i686-pc-windows-msvc
99
100
101
102
103
104
0 commit comments