From c2e0ec94d5da2c645d5b099154f5cb057aad438c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:31:08 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 2.16.2 to 2.16.4 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.16.2 to 2.16.4. - [Release notes](https://github.com/joerick/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/joerick/cibuildwheel/compare/v2.16.2...v2.16.4) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 22c6de28..0210a0b0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -41,7 +41,7 @@ jobs: python-version: '3.8' - name: Build wheels - uses: joerick/cibuildwheel@v2.16.2 + uses: joerick/cibuildwheel@v2.16.4 env: CIBW_SKIP: pp* CIBW_ARCHS: ${{matrix.archs}}