@@ -137,7 +137,7 @@ jobs:
137137 path : dist/
138138
139139 - name : Build wheels for CPython 3.13
140- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
140+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
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@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
151+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
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@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
159+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
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@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
167+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
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@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
175+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
176176 with :
177177 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
178178 env :
0 commit comments