Skip to content

Commit 7398f5c

Browse files
version 2.10.0
1 parent e864bf9 commit 7398f5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030

3131
- name: Build wheels Linux
3232
if: matrix.os == 'ubuntu-24.04'
33-
uses: pypa/cibuildwheel@v2.16.5
33+
uses: pypa/cibuildwheel@v2.17.0
3434
env:
3535
CIBW_BEFORE_ALL: "bash dev/tools/github/install_rust.sh"
3636

3737
- name: Build wheels Mac
3838
if: matrix.os == 'macos-14'
39-
uses: pypa/cibuildwheel@v2.16.5
39+
uses: pypa/cibuildwheel@v2.17.0
4040

4141
- name: Build wheels Windows
4242
if: matrix.os == 'windows-2025'
43-
uses: pypa/cibuildwheel@v2.16.5
43+
uses: pypa/cibuildwheel@v2.17.0
4444

4545
- name: Upload Artifacts
4646
uses: actions/upload-artifact@v4
@@ -76,7 +76,6 @@ jobs:
7676
- name: Download Artifacts
7777
uses: actions/download-artifact@v4
7878
with:
79-
name: artifact
8079
path: dist
8180

8281
- name: Move all artifacts into dist_upload/

0 commit comments

Comments
 (0)