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 @@ -107,14 +107,14 @@ jobs:
107
107
platforms : all
108
108
109
109
- name : Build wheels
110
- uses : pypa/cibuildwheel@v2.17.0
110
+ uses : pypa/cibuildwheel@v2.18.1
111
111
with :
112
112
only : ${{ matrix.only }}
113
113
114
114
- name : Build faster Linux wheels
115
115
# also build wheels with the most recent manylinux images and gcc
116
116
if : runner.os == 'Linux' && !contains(matrix.only, 'i686')
117
- uses : pypa/cibuildwheel@v2.17.0
117
+ uses : pypa/cibuildwheel@v2.18.1
118
118
env :
119
119
CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
120
120
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
@@ -162,7 +162,7 @@ jobs:
162
162
uses : actions/checkout@v4
163
163
164
164
- name : Download files
165
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
165
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
166
166
with :
167
167
path : ./dist_downloads
168
168
merge-multiple : true
You can’t perform that action at this time.
0 commit comments