@@ -45,15 +45,15 @@ jobs:
4545 with :
4646 python-version : " 3.10"
4747 - name : Build the wheel
48- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
48+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
4949 with :
5050 output-dir : dist
5151 env :
5252 CIBW_BUILD : ${{ matrix.cibw_python }}-*
5353 CIBW_ARCHS_LINUX : ${{ matrix.cibw_arch }}
5454 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
5555 CIBW_MUSLLINUX_X86_64_IMAGE : musllinux_1_1
56- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
56+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5757 with :
5858 name : wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
5959 path : ./dist/*.whl
@@ -81,15 +81,15 @@ jobs:
8181 with :
8282 platforms : arm64
8383 - name : Build the wheel
84- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
84+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
8585 with :
8686 output-dir : dist
8787 env :
8888 CIBW_BUILD : ${{ matrix.cibw_python }}-*
8989 CIBW_ARCHS_LINUX : ${{ matrix.cibw_arch }}
9090 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
9191 CIBW_MUSLLINUX_AARCH64_IMAGE : musllinux_1_2
92- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
92+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
9393 with :
9494 name : wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
9595 path : ./dist/*.whl
@@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Build wheels for CPython (macOS) (x86_64)
123123 if : matrix.cibw_arch == 'x86_64'
124- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
124+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
125125 with :
126126 output-dir : dist
127127 env :
@@ -130,14 +130,14 @@ jobs:
130130
131131 - name : Build wheels for CPython (macOS) (arm64)
132132 if : matrix.cibw_arch == 'arm64'
133- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
133+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
134134 with :
135135 output-dir : dist
136136 env :
137137 CIBW_BUILD : ${{ matrix.cibw_python }}-*
138138 CIBW_ARCHS_MACOS : ${{ matrix.cibw_arch }}
139139
140- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
140+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
141141 with :
142142 name : wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
143143 path : ./dist/*.whl
@@ -175,14 +175,14 @@ jobs:
175175 architecture : x64
176176
177177 - name : Build Windows wheels for CPython
178- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
178+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
179179 with :
180180 output-dir : dist
181181 env :
182182 CIBW_BUILD : ${{ matrix.cibw_python }}-*
183183 CIBW_ARCHS_WINDOWS : ${{ matrix.cibw_arch }}
184184
185- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
185+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
186186 with :
187187 name : wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
188188 path : ./dist/*.whl
@@ -216,7 +216,7 @@ jobs:
216216 pip install twine
217217 pip install cython numpy build
218218
219- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
219+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
220220 id : download
221221 with :
222222 pattern : " wheels_*"
@@ -237,7 +237,7 @@ jobs:
237237 TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
238238
239239 - name : Github release
240- uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
240+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
241241 env :
242242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
243243 GITHUB_REPOSITORY : ${{ github.repository }}
@@ -263,7 +263,7 @@ jobs:
263263 with :
264264 fetch-depth : 0
265265
266- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
266+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
267267 id : download
268268 with :
269269 pattern : " wheels_*"
0 commit comments