Skip to content

Commit a4473d9

Browse files
Bump pypa/cibuildwheel from 2.17.0 to 2.18.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.1. - [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.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ce5eca commit a4473d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
fail-on-cache-miss: true
182182

183183
- name: Build and test wheels
184-
uses: pypa/cibuildwheel@v2.17.0
184+
uses: pypa/cibuildwheel@v2.18.1
185185

186186
- uses: actions/upload-artifact@v4
187187
with:

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
114114
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
115115

116-
uses: pypa/cibuildwheel@v2.17.0
116+
uses: pypa/cibuildwheel@v2.18.1
117117

118118
# We upload the generated files under github actions assets
119119
- name: Upload dist

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
arch: ${{ matrix.msvc-dev-arch }}
148148

149149
- name: Build and test wheels
150-
uses: pypa/cibuildwheel@v2.17.0
150+
uses: pypa/cibuildwheel@v2.18.1
151151

152152
- uses: actions/upload-artifact@v4
153153
with:

0 commit comments

Comments
 (0)