Skip to content

Commit 18d4402

Browse files
Bump pypa/cibuildwheel from 2.21.0 to 3.1.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.0 to 3.1.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.0...v3.1.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2295c1c commit 18d4402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
platforms: all
146146
- name: Build binary wheels
147-
uses: pypa/cibuildwheel@v3.1.2
147+
uses: pypa/cibuildwheel@v3.1.3
148148
with:
149149
output-dir: wheelhouse
150150
config-file: pyproject.toml
@@ -156,7 +156,7 @@ jobs:
156156
CIBW_CONFIG_SETTINGS: --build-option=--py-limited-api=cp38
157157
CIBW_BUILD: cp38-*
158158
- name: Build binary wheels
159-
uses: pypa/cibuildwheel@v3.1.2
159+
uses: pypa/cibuildwheel@v3.1.3
160160
with:
161161
output-dir: wheelhouse
162162
config-file: pyproject.toml

0 commit comments

Comments
 (0)