@@ -146,7 +146,7 @@ jobs:
146146 path : dist/
147147
148148 - name : Build wheels for CPython 3.14
149- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
149+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
150150 with :
151151 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
152152 env :
@@ -156,7 +156,7 @@ jobs:
156156 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
157157
158158 - name : Build wheels for CPython 3.13
159- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
159+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
160160 with :
161161 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162162 env :
@@ -165,23 +165,23 @@ jobs:
165165 CIBW_ARCHS : ${{ matrix.cibw_archs }}
166166
167167 - name : Build wheels for CPython 3.12
168- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
168+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
169169 with :
170170 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
171171 env :
172172 CIBW_BUILD : " cp312-*"
173173 CIBW_ARCHS : ${{ matrix.cibw_archs }}
174174
175175 - name : Build wheels for CPython 3.11
176- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
176+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
177177 with :
178178 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
179179 env :
180180 CIBW_BUILD : " cp311-*"
181181 CIBW_ARCHS : ${{ matrix.cibw_archs }}
182182
183183 - name : Build wheels for PyPy
184- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
184+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
185185 with :
186186 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
187187 env :
0 commit comments