Skip to content

Commit fec2b08

Browse files
committed
Merge branch 'release/4.42.0b1' into master
2 parents f56453f + 8a44027 commit fec2b08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publishing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v3
6767
- name: Build wheels
68-
uses: pypa/cibuildwheel@v2.11.3
68+
uses: pypa/cibuildwheel@v2.20.0
6969
- uses: actions/upload-artifact@v3
7070
with:
7171
path: ./wheelhouse/*.whl
@@ -80,7 +80,7 @@ jobs:
8080
if: runner.os == 'Linux'
8181
uses: docker/setup-qemu-action@v2
8282
- name: Build wheels
83-
uses: pypa/cibuildwheel@v2.11.3
83+
uses: pypa/cibuildwheel@v2.20.0
8484
env:
8585
CIBW_ARCHS_LINUX: aarch64
8686
- uses: actions/upload-artifact@v3

docs/main/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ follows `Semantic versioning`_
1313
- Add support of Python 3.12.
1414
- Drop support of Python 2.7, 3.5, and 3.6.
1515
- Regenerate C sources using Cython 0.29.37.
16+
- Update ``cibuildwheel`` to version ``2.20.0``.
1617

1718
4.41.0
1819
------

0 commit comments

Comments
 (0)