@@ -139,39 +139,39 @@ jobs:
139139 path : dist/
140140
141141 - name : Build wheels for CPython 3.12
142- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
142+ uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
143143 with :
144144 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
145145 env :
146146 CIBW_BUILD : " cp312-*"
147147 CIBW_ARCHS : ${{ matrix.cibw_archs }}
148148
149149 - name : Build wheels for CPython 3.11
150- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
150+ uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
151151 with :
152152 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
153153 env :
154154 CIBW_BUILD : " cp311-*"
155155 CIBW_ARCHS : ${{ matrix.cibw_archs }}
156156
157157 - name : Build wheels for CPython 3.10
158- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
158+ uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
159159 with :
160160 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
161161 env :
162162 CIBW_BUILD : " cp310-*"
163163 CIBW_ARCHS : ${{ matrix.cibw_archs }}
164164
165165 - name : Build wheels for CPython 3.9
166- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
166+ uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
167167 with :
168168 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169169 env :
170170 CIBW_BUILD : " cp39-*"
171171 CIBW_ARCHS : ${{ matrix.cibw_archs }}
172172
173173 - name : Build wheels for PyPy
174- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
174+ uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
175175 with :
176176 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177177 env :
0 commit comments