File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666 steps :
6767 - uses : actions/checkout@v5.0.0
6868
69- - uses : pypa/cibuildwheel@v3.1.4
69+ - uses : pypa/cibuildwheel@v3.2.1
7070 env :
7171 CIBW_PLATFORM : pyodide
7272
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 version : " 0.9.2"
119119
120120 - name : Build and test wheels
121- uses : pypa/cibuildwheel@v3.2.0
121+ uses : pypa/cibuildwheel@v3.2.1
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.2.0
77+ uses : pypa/cibuildwheel@v3.2.1
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.9.2"
4444
4545 - name : Build and test wheels
46- uses : pypa/cibuildwheel@v3.2.0
46+ uses : pypa/cibuildwheel@v3.2.1
4747
4848 - uses : actions/upload-artifact@v4
4949 with :
You can’t perform that action at this time.
0 commit comments