@@ -141,7 +141,7 @@ jobs:
141
141
path : dist/
142
142
143
143
- name : Build wheels for CPython 3.13
144
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
144
+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
145
145
with :
146
146
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
147
147
env :
@@ -152,15 +152,15 @@ jobs:
152
152
CIBW_ARCHS : ${{ matrix.cibw_archs }}
153
153
154
154
- name : Build wheels for CPython 3.12
155
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
155
+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
156
156
with :
157
157
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
158
158
env :
159
159
CIBW_BUILD : " cp312-*"
160
160
CIBW_ARCHS : ${{ matrix.cibw_archs }}
161
161
162
162
- name : Build wheels for CPython 3.11
163
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
163
+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
164
164
with :
165
165
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
166
166
env :
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
171
171
- name : Build wheels for PyPy
172
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
172
+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
173
173
with :
174
174
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
175
175
env :
@@ -208,7 +208,7 @@ jobs:
208
208
run : ls dist
209
209
210
210
- name : Generate artifact attestation for sdist and wheel
211
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
211
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
212
212
with :
213
213
subject-path : dist/matplotlib-*
214
214
0 commit comments