Skip to content

Commit d25f45b

Browse files
committed
Test build
1 parent 28273ad commit d25f45b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels_new.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
- uses: dtolnay/rust-toolchain@stable
5656
- name: Install cibuildwheel
5757
run: |
58-
python -m pip install cibuildwheel==2.23.2
58+
python -m pip install -U pip
59+
python -m pip install -U --group releaseinfra
5960
- name: Build wheels
6061
run: |
6162
python -m cibuildwheel --output-dir wheelhouse
@@ -98,7 +99,8 @@ jobs:
9899
run: rustup default stable-i686-pc-windows-msvc
99100
- name: Install cibuildwheel
100101
run: |
101-
python -m pip install cibuildwheel==2.23.2
102+
python -m pip install -U pip
103+
python -m pip install -U --group releaseinfra
102104
- name: Build wheels
103105
run: |
104106
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)