7272 run : twine check dist/*
7373
7474 - name : Upload sdist result
75- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
75+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7676 with :
7777 name : cibw-sdist
7878 path : dist/*.tar.gz
@@ -137,13 +137,13 @@ jobs:
137137
138138 steps :
139139 - name : Download sdist
140- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
140+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
141141 with :
142142 name : cibw-sdist
143143 path : dist/
144144
145145 - name : Build wheels for CPython 3.14
146- uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
146+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
147147 with :
148148 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149 env :
@@ -153,7 +153,7 @@ jobs:
153153 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
154154
155155 - name : Build wheels for CPython 3.13
156- uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
156+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
157157 with :
158158 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
159159 env :
@@ -162,23 +162,23 @@ jobs:
162162 CIBW_ARCHS : ${{ matrix.cibw_archs }}
163163
164164 - name : Build wheels for CPython 3.12
165- uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
165+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
166166 with :
167167 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
168168 env :
169169 CIBW_BUILD : " cp312-*"
170170 CIBW_ARCHS : ${{ matrix.cibw_archs }}
171171
172172 - name : Build wheels for CPython 3.11
173- uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
173+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
174174 with :
175175 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
176176 env :
177177 CIBW_BUILD : " cp311-*"
178178 CIBW_ARCHS : ${{ matrix.cibw_archs }}
179179
180180 - name : Build wheels for PyPy
181- uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
181+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
182182 with :
183183 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184184 env :
@@ -187,7 +187,7 @@ jobs:
187187 CIBW_ENABLE : pypy
188188 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
189189
190- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
190+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
191191 with :
192192 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
193193 path : ./wheelhouse/*.whl
0 commit comments