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