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:
118
118
version : " 0.5.26"
119
119
120
120
- name : Build and test wheels
121
- uses : pypa/cibuildwheel@v3.0.0
121
+ uses : pypa/cibuildwheel@v3.0.1
122
122
123
123
- uses : actions/upload-artifact@v4
124
124
with :
Original file line number Diff line number Diff line change 74
74
CIBW_MANYLINUX_AARCH64_IMAGE : ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
75
75
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
76
76
77
- uses : pypa/cibuildwheel@v3.0.0
77
+ uses : pypa/cibuildwheel@v3.0.1
78
78
79
79
# We upload the generated files under github actions assets
80
80
- name : Upload dist
Original file line number Diff line number Diff line change 43
43
version : " 0.5.26"
44
44
45
45
- name : Build and test wheels
46
- uses : pypa/cibuildwheel@v3.0.0
46
+ uses : pypa/cibuildwheel@v3.0.1
47
47
48
48
- uses : actions/upload-artifact@v4
49
49
with :
You can’t perform that action at this time.
0 commit comments