@@ -41,12 +41,12 @@ jobs:
4141 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4242
4343 steps :
44- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
44+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4545 with :
4646 fetch-depth : 0
4747 persist-credentials : false
4848
49- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
49+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
5050 name : Install Python
5151 with :
5252 python-version : ' 3.11'
7272 run : twine check dist/*
7373
7474 - name : Upload sdist result
75- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
75+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
140+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
141141 with :
142142 name : cibw-sdist
143143 path : dist/
144144
145145 - name : Build wheels for CPython 3.14
146- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
146+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
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@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
156+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
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@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
165+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
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@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
173+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
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@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
181+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
190+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
191191 with :
192192 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
193193 path : ./wheelhouse/*.whl
0 commit comments