File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
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/
You can’t perform that action at this time.
0 commit comments