@@ -141,7 +141,7 @@ jobs:
141141 path : dist/
142142
143143 - name : Build wheels for CPython 3.13
144- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
144+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
145145 with :
146146 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
147147 env :
@@ -152,15 +152,15 @@ jobs:
152152 CIBW_ARCHS : ${{ matrix.cibw_archs }}
153153
154154 - name : Build wheels for CPython 3.12
155- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
155+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
156156 with :
157157 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
158158 env :
159159 CIBW_BUILD : " cp312-*"
160160 CIBW_ARCHS : ${{ matrix.cibw_archs }}
161161
162162 - name : Build wheels for CPython 3.11
163- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
163+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
164164 with :
165165 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
166166 env :
@@ -169,7 +169,7 @@ jobs:
169169
170170
171171 - name : Build wheels for PyPy
172- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
172+ uses : pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
173173 with :
174174 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
175175 env :
@@ -208,7 +208,7 @@ jobs:
208208 run : ls dist
209209
210210 - 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
212212 with :
213213 subject-path : dist/matplotlib-*
214214
0 commit comments