46
46
fetch-depth : 0
47
47
persist-credentials : false
48
48
49
- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
49
+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
50
50
name : Install Python
51
51
with :
52
52
python-version : ' 3.11'
@@ -143,7 +143,7 @@ jobs:
143
143
path : dist/
144
144
145
145
- name : Build wheels for CPython 3.14
146
- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
146
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
147
147
with :
148
148
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
149
env :
@@ -153,7 +153,7 @@ jobs:
153
153
CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
154
154
155
155
- name : Build wheels for CPython 3.13
156
- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
156
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
157
157
with :
158
158
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
159
159
env :
@@ -162,23 +162,23 @@ jobs:
162
162
CIBW_ARCHS : ${{ matrix.cibw_archs }}
163
163
164
164
- name : Build wheels for CPython 3.12
165
- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
165
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
166
166
with :
167
167
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
168
168
env :
169
169
CIBW_BUILD : " cp312-*"
170
170
CIBW_ARCHS : ${{ matrix.cibw_archs }}
171
171
172
172
- name : Build wheels for CPython 3.11
173
- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
173
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
174
174
with :
175
175
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
176
176
env :
177
177
CIBW_BUILD : " cp311-*"
178
178
CIBW_ARCHS : ${{ matrix.cibw_archs }}
179
179
180
180
- name : Build wheels for PyPy
181
- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
181
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
182
182
with :
183
183
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184
184
env :
@@ -215,9 +215,9 @@ jobs:
215
215
run : ls dist
216
216
217
217
- name : Generate artifact attestation for sdist and wheel
218
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
218
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
219
219
with :
220
220
subject-path : dist/matplotlib-*
221
221
222
222
- name : Publish package distributions to PyPI
223
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
223
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments