@@ -147,39 +147,39 @@ jobs:
147147 path : dist/
148148
149149 - name : Build wheels for CPython 3.12
150- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
150+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
151151 with :
152152 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
153153 env :
154154 CIBW_BUILD : " cp312-*"
155155 CIBW_ARCHS : ${{ matrix.cibw_archs }}
156156
157157 - name : Build wheels for CPython 3.11
158- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
158+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
159159 with :
160160 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
161161 env :
162162 CIBW_BUILD : " cp311-*"
163163 CIBW_ARCHS : ${{ matrix.cibw_archs }}
164164
165165 - name : Build wheels for CPython 3.10
166- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
166+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
167167 with :
168168 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169169 env :
170170 CIBW_BUILD : " cp310-*"
171171 CIBW_ARCHS : ${{ matrix.cibw_archs }}
172172
173173 - name : Build wheels for CPython 3.9
174- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
174+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
175175 with :
176176 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177177 env :
178178 CIBW_BUILD : " cp39-*"
179179 CIBW_ARCHS : ${{ matrix.cibw_archs }}
180180
181181 - name : Build wheels for PyPy
182- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
182+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
183183 with :
184184 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
185185 env :
@@ -213,4 +213,4 @@ jobs:
213213 run : ls dist
214214
215215 - name : Publish package distributions to PyPI
216- uses : pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
216+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
0 commit comments