From fcab3d4a1738fbdc6c02ba59648b30bc037908eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:44:46 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 4.2.0 to 4.2.1 in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 4.2.0 to 4.2.1 - [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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 200a875..23d5d39 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -62,7 +62,7 @@ jobs: with: fetch-depth: 0 - - uses: pypa/cibuildwheel@v4.2.0 + - uses: pypa/cibuildwheel@v4.2.1 env: CIBW_ARCHS: ${{ matrix.arch }} # musl images have no prebuilt plastimatch archive to wrap. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bd7376..629f884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: # test environment (test-command in pyproject.toml). That covers the DICOM round-trip, # so a broken archive pin or a binary that cannot read DICOM fails here rather than # after publishing. - - uses: pypa/cibuildwheel@v4.2.0 + - uses: pypa/cibuildwheel@v4.2.1 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_SKIP: "*musllinux*"