File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 version : " 0.8.3"
119119
120120 - name : Build and test wheels
121- uses : pypa/cibuildwheel@v3.1.4
121+ uses : pypa/cibuildwheel@v3.2.0
122122
123123 - uses : actions/upload-artifact@v4
124124 with :
Original file line number Diff line number Diff line change 7474 CIBW_MANYLINUX_AARCH64_IMAGE : ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
7575 CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
7676
77- uses : pypa/cibuildwheel@v3.1.4
77+ uses : pypa/cibuildwheel@v3.2.0
7878
7979 # We upload the generated files under github actions assets
8080 - name : Upload dist
Original file line number Diff line number Diff line change 4343 version : " 0.8.3"
4444
4545 - name : Build and test wheels
46- uses : pypa/cibuildwheel@v3.1.4
46+ uses : pypa/cibuildwheel@v3.2.0
4747
4848 - uses : actions/upload-artifact@v4
4949 with :
You can’t perform that action at this time.
0 commit comments