Skip to content

Commit 45a5827

Browse files
Bump pypa/cibuildwheel from 2.12.3 to 2.13.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.3 to 2.13.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.12.3...v2.13.0) --- 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 3d3a1af commit 45a5827

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,25 @@ jobs:
7979
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
8080
8181
- name: Build wheels for CPython 3.11
82-
uses: pypa/cibuildwheel@v2.12.3
82+
uses: pypa/cibuildwheel@v2.13.0
8383
env:
8484
CIBW_BUILD: "cp311-*"
8585
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8686

8787
- name: Build wheels for CPython 3.10
88-
uses: pypa/cibuildwheel@v2.12.3
88+
uses: pypa/cibuildwheel@v2.13.0
8989
env:
9090
CIBW_BUILD: "cp310-*"
9191
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9292

9393
- name: Build wheels for CPython 3.9
94-
uses: pypa/cibuildwheel@v2.12.3
94+
uses: pypa/cibuildwheel@v2.13.0
9595
env:
9696
CIBW_BUILD: "cp39-*"
9797
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9898

9999
- name: Build wheels for PyPy
100-
uses: pypa/cibuildwheel@v2.12.3
100+
uses: pypa/cibuildwheel@v2.13.0
101101
env:
102102
CIBW_BUILD: "pp39-*"
103103
CIBW_ARCHS: ${{ matrix.cibw_archs }}

0 commit comments

Comments
 (0)