@@ -131,13 +131,13 @@ jobs:
131
131
132
132
steps :
133
133
- name : Download sdist
134
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
134
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
135
135
with :
136
136
name : cibw-sdist
137
137
path : dist/
138
138
139
139
- name : Build wheels for CPython 3.13
140
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
140
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
141
141
with :
142
142
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143
143
env :
@@ -148,15 +148,15 @@ jobs:
148
148
CIBW_ARCHS : ${{ matrix.cibw_archs }}
149
149
150
150
- name : Build wheels for CPython 3.12
151
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
151
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
152
152
with :
153
153
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
154
154
env :
155
155
CIBW_BUILD : " cp312-*"
156
156
CIBW_ARCHS : ${{ matrix.cibw_archs }}
157
157
158
158
- name : Build wheels for CPython 3.11
159
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
159
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
160
160
with :
161
161
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162
162
env :
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
167
167
- name : Build wheels for PyPy
168
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
168
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
169
169
with :
170
170
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
171
171
env :
@@ -194,7 +194,7 @@ jobs:
194
194
contents : read
195
195
steps :
196
196
- name : Download packages
197
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
197
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
198
198
with :
199
199
pattern : cibw-*
200
200
path : dist
@@ -204,9 +204,9 @@ jobs:
204
204
run : ls dist
205
205
206
206
- name : Generate artifact attestation for sdist and wheel
207
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
207
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
208
208
with :
209
209
subject-path : dist/matplotlib-*
210
210
211
211
- name : Publish package distributions to PyPI
212
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
212
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments