41
41
SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
42
42
43
43
steps :
44
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45
45
with :
46
46
fetch-depth : 0
47
47
persist-credentials : false
@@ -137,13 +137,13 @@ jobs:
137
137
138
138
steps :
139
139
- name : Download sdist
140
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
140
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
141
141
with :
142
142
name : cibw-sdist
143
143
path : dist/
144
144
145
145
- name : Build wheels for CPython 3.14
146
- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
146
+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
147
147
with :
148
148
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
149
env :
@@ -157,7 +157,7 @@ jobs:
157
157
--upgrade --pre --only-binary=:all: contourpy numpy pillow
158
158
159
159
- name : Build wheels for CPython 3.13
160
- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
160
+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
161
161
with :
162
162
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
163
163
env :
@@ -166,23 +166,23 @@ jobs:
166
166
CIBW_ARCHS : ${{ matrix.cibw_archs }}
167
167
168
168
- name : Build wheels for CPython 3.12
169
- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
169
+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
170
170
with :
171
171
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172
172
env :
173
173
CIBW_BUILD : " cp312-*"
174
174
CIBW_ARCHS : ${{ matrix.cibw_archs }}
175
175
176
176
- name : Build wheels for CPython 3.11
177
- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
177
+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
178
178
with :
179
179
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180
180
env :
181
181
CIBW_BUILD : " cp311-*"
182
182
CIBW_ARCHS : ${{ matrix.cibw_archs }}
183
183
184
184
- name : Build wheels for PyPy
185
- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
185
+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
186
186
with :
187
187
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188
188
env :
@@ -209,7 +209,7 @@ jobs:
209
209
contents : read
210
210
steps :
211
211
- name : Download packages
212
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
212
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
213
213
with :
214
214
pattern : cibw-*
215
215
path : dist
0 commit comments