From c661c983a7d434a1e9a9fb0ed546604077c556c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:47:51 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 2.16.1 to 2.16.2 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.16.1 to 2.16.2. - [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.1...v2.16.2) --- 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 93f9492a..22c6de28 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.1 + uses: joerick/cibuildwheel@v2.16.2 env: CIBW_SKIP: pp* CIBW_ARCHS: ${{matrix.archs}}