From 3aa49bfdc95d60a5b46f7e68bab19b6642643997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:16:02 +0000 Subject: [PATCH] ci: bump pypa/cibuildwheel from 2.20 to 2.21 in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.20 to 2.21 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20...v2.21) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 5b7538e..fe57e62 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -49,7 +49,7 @@ jobs: with: platforms: ${{matrix.qemu_arch}} - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 env: CIBW_ARCHS: ${{matrix.cibw_arch}} CIBW_SKIP: "pp* cp313-*"