From 9e9e779e1f64cde35bd0daf50fc6e470be9768a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:16:14 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.22 --- .github/workflows/build_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 3d08289..c49cd0a 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -50,7 +50,7 @@ jobs: - uses: ilammy/setup-nasm@v1 if: matrix.platform_id == 'win_amd64' - name: Build wheels - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v2.22 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all