File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ jobs:
108
108
platforms : all
109
109
110
110
- name : Build wheels
111
- uses : pypa/cibuildwheel@v2.22 .0
111
+ uses : pypa/cibuildwheel@v2.23 .0
112
112
with :
113
113
only : ${{ matrix.only }}
114
114
115
115
- name : Build faster Linux wheels
116
116
# also build wheels with the most recent manylinux images and gcc
117
117
if : runner.os == 'Linux' && !contains(matrix.only, 'i686')
118
- uses : pypa/cibuildwheel@v2.22 .0
118
+ uses : pypa/cibuildwheel@v2.23 .0
119
119
env :
120
120
CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
121
121
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
@@ -163,7 +163,7 @@ jobs:
163
163
uses : actions/checkout@v4
164
164
165
165
- name : Download files
166
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
166
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
167
167
with :
168
168
path : ./dist_downloads
169
169
merge-multiple : true
You can’t perform that action at this time.
0 commit comments