From b2673e099f0f1262ddab1e7781d348e07b8bc14e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:32:17 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.18.1 --- .github/workflows/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 4fe8a9d..755578b 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -36,7 +36,7 @@ jobs: platforms: all - name: Build wheel - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_ARCHS: ${{ matrix.config.arch }} CIBW_BUILD: cp*-${{ matrix.config.platform }}