@@ -143,7 +143,7 @@ jobs:
143
143
path : dist/
144
144
145
145
- name : Build wheels for CPython 3.13
146
- uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
146
+ uses : pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
147
147
with :
148
148
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
149
env :
@@ -163,31 +163,31 @@ jobs:
163
163
CIBW_ARCHS : ${{ matrix.cibw_archs }}
164
164
165
165
- name : Build wheels for CPython 3.12
166
- uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
166
+ uses : pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
167
167
with :
168
168
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169
169
env :
170
170
CIBW_BUILD : " cp312-*"
171
171
CIBW_ARCHS : ${{ matrix.cibw_archs }}
172
172
173
173
- name : Build wheels for CPython 3.11
174
- uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
174
+ uses : pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
175
175
with :
176
176
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177
177
env :
178
178
CIBW_BUILD : " cp311-*"
179
179
CIBW_ARCHS : ${{ matrix.cibw_archs }}
180
180
181
181
- name : Build wheels for CPython 3.10
182
- uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
182
+ uses : pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
183
183
with :
184
184
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
185
185
env :
186
186
CIBW_BUILD : " cp310-*"
187
187
CIBW_ARCHS : ${{ matrix.cibw_archs }}
188
188
189
189
- name : Build wheels for PyPy
190
- uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
190
+ uses : pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
191
191
with :
192
192
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
193
193
env :
@@ -236,4 +236,4 @@ jobs:
236
236
subject-path : dist/matplotlib-*
237
237
238
238
- name : Publish package distributions to PyPI
239
- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
239
+ uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
0 commit comments