Skip to content

Commit c101731

Browse files
dependabot[bot]jcfr
authored andcommitted
build(deps): Bump pypa/cibuildwheel in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b301392 commit c101731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: docker/setup-qemu-action@v3.0.0
113113
if: matrix.use_qemu
114114

115-
- uses: pypa/cibuildwheel@v2.17.0
115+
- uses: pypa/cibuildwheel@v2.18.0
116116
env:
117117
CIBW_BUILD: "cp312-*"
118118
CIBW_ARCHS: "${{ matrix.arch }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/setup-qemu-action@v3.0.0
105105
if: matrix.use_qemu
106106

107-
- uses: pypa/cibuildwheel@v2.17.0
107+
- uses: pypa/cibuildwheel@v2.18.0
108108
env:
109109
CIBW_BUILD: "${{ matrix.python-version }}-*"
110110
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)