From b017a0573d65c4a51a84e415dd0facb0cc5fb073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:31:58 +0000 Subject: [PATCH] [CI]: Bump pypa/cibuildwheel from 3.3 to 4.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3 to 4.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/v3.3...v4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 6666871..4c8ef28 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -159,7 +159,7 @@ jobs: fi - name: Build wheels - uses: pypa/cibuildwheel@v3.3 + uses: pypa/cibuildwheel@v4.1 with: package-dir: . output-dir: wheelhouse