We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f56453f + 8a44027 commit fec2b08Copy full SHA for fec2b08
.github/workflows/publishing.yml
@@ -65,7 +65,7 @@ jobs:
65
steps:
66
- uses: actions/checkout@v3
67
- name: Build wheels
68
- uses: pypa/cibuildwheel@v2.11.3
+ uses: pypa/cibuildwheel@v2.20.0
69
- uses: actions/upload-artifact@v3
70
with:
71
path: ./wheelhouse/*.whl
@@ -80,7 +80,7 @@ jobs:
80
if: runner.os == 'Linux'
81
uses: docker/setup-qemu-action@v2
82
83
84
env:
85
CIBW_ARCHS_LINUX: aarch64
86
docs/main/changelog.rst
@@ -13,6 +13,7 @@ follows `Semantic versioning`_
13
- Add support of Python 3.12.
14
- Drop support of Python 2.7, 3.5, and 3.6.
15
- Regenerate C sources using Cython 0.29.37.
16
+- Update ``cibuildwheel`` to version ``2.20.0``.
17
18
4.41.0
19
------
0 commit comments