From 693a2aba149fe1cdeb9d6a3862ba681ac242f885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 04:14:45 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.20 --- .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 9978ccc..cd28fca 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -49,7 +49,7 @@ jobs: - uses: ilammy/setup-nasm@v1 if: matrix.platform_id == 'win_amd64' - name: Build wheels - uses: pypa/cibuildwheel@v2.19 + uses: pypa/cibuildwheel@v2.20 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all