4646 fetch-depth : 0
4747 persist-credentials : false
4848
49- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
49+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5050 name : Install Python
5151 with :
5252 python-version : ' 3.11'
@@ -143,7 +143,7 @@ jobs:
143143 path : dist/
144144
145145 - name : Build wheels for CPython 3.14
146- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
146+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
147147 with :
148148 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149 env :
@@ -153,7 +153,7 @@ jobs:
153153 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
154154
155155 - name : Build wheels for CPython 3.13
156- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
156+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
157157 with :
158158 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
159159 env :
@@ -162,23 +162,23 @@ jobs:
162162 CIBW_ARCHS : ${{ matrix.cibw_archs }}
163163
164164 - name : Build wheels for CPython 3.12
165- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
165+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
166166 with :
167167 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
168168 env :
169169 CIBW_BUILD : " cp312-*"
170170 CIBW_ARCHS : ${{ matrix.cibw_archs }}
171171
172172 - name : Build wheels for CPython 3.11
173- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
173+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
174174 with :
175175 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
176176 env :
177177 CIBW_BUILD : " cp311-*"
178178 CIBW_ARCHS : ${{ matrix.cibw_archs }}
179179
180180 - name : Build wheels for PyPy
181- uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
181+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
182182 with :
183183 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184184 env :
@@ -215,9 +215,9 @@ jobs:
215215 run : ls dist
216216
217217 - 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
219219 with :
220220 subject-path : dist/matplotlib-*
221221
222222 - 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