7070 run : twine check dist/*
7171
7272 - name : Upload sdist result
73- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7474 with :
7575 name : cibw-sdist
7676 path : dist/*.tar.gz
@@ -131,13 +131,13 @@ jobs:
131131
132132 steps :
133133 - name : Download sdist
134- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
134+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
135135 with :
136136 name : cibw-sdist
137137 path : dist/
138138
139139 - name : Build wheels for CPython 3.13
140- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
140+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
141141 with :
142142 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143143 env :
@@ -148,31 +148,31 @@ jobs:
148148 CIBW_ARCHS : ${{ matrix.cibw_archs }}
149149
150150 - name : Build wheels for CPython 3.12
151- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
151+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
152152 with :
153153 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
154154 env :
155155 CIBW_BUILD : " cp312-*"
156156 CIBW_ARCHS : ${{ matrix.cibw_archs }}
157157
158158 - name : Build wheels for CPython 3.11
159- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
159+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
160160 with :
161161 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162162 env :
163163 CIBW_BUILD : " cp311-*"
164164 CIBW_ARCHS : ${{ matrix.cibw_archs }}
165165
166166 - name : Build wheels for CPython 3.10
167- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
167+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
168168 with :
169169 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170170 env :
171171 CIBW_BUILD : " cp310-*"
172172 CIBW_ARCHS : ${{ matrix.cibw_archs }}
173173
174174 - name : Build wheels for PyPy
175- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
175+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
176176 with :
177177 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
178178 env :
@@ -181,7 +181,7 @@ jobs:
181181 CIBW_ENABLE : pypy
182182 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
183183
184- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
184+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
185185 with :
186186 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
187187 path : ./wheelhouse/*.whl
@@ -199,7 +199,7 @@ jobs:
199199 contents : read
200200 steps :
201201 - name : Download packages
202- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
202+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
203203 with :
204204 pattern : cibw-*
205205 path : dist
@@ -209,7 +209,7 @@ jobs:
209209 run : ls dist
210210
211211 - name : Generate artifact attestation for sdist and wheel
212- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
212+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
213213 with :
214214 subject-path : dist/matplotlib-*
215215
0 commit comments