Skip to content

Commit c20c9d6

Browse files
dependabot[bot]olivhoenen
authored andcommitted
Bump pypa/cibuildwheel from 3.4.1 to 4.1.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.1.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68679eb commit c20c9d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
path: C:\vcpkg\installed
282282
key: ${{ matrix.os }}-${{ env.cache-name }}-a
283283

284-
- uses: pypa/cibuildwheel@v3.4.1
284+
- uses: pypa/cibuildwheel@v4.1.0
285285
if: startsWith(matrix.os, 'ubuntu-')
286286
env:
287287
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
@@ -334,7 +334,7 @@ jobs:
334334
output-dir: wheelhouse
335335
config-file: "{package}/pyproject.toml"
336336

337-
- uses: pypa/cibuildwheel@v3.4.1
337+
- uses: pypa/cibuildwheel@v4.1.0
338338
if: startsWith(matrix.os, 'macos-')
339339
env:
340340
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}

0 commit comments

Comments
 (0)