File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 65
65
steps :
66
66
- uses : actions/checkout@v3
67
67
- name : Build wheels
68
- uses : pypa/cibuildwheel@v2.11.3
68
+ uses : pypa/cibuildwheel@v2.20.0
69
69
- uses : actions/upload-artifact@v3
70
70
with :
71
71
path : ./wheelhouse/*.whl
80
80
if : runner.os == 'Linux'
81
81
uses : docker/setup-qemu-action@v2
82
82
- name : Build wheels
83
- uses : pypa/cibuildwheel@v2.11.3
83
+ uses : pypa/cibuildwheel@v2.20.0
84
84
env :
85
85
CIBW_ARCHS_LINUX : aarch64
86
86
- uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ follows `Semantic versioning`_
13
13
- Add support of Python 3.12.
14
14
- Drop support of Python 2.7, 3.5, and 3.6.
15
15
- Regenerate C sources using Cython 0.29.37.
16
+ - Update ``cibuildwheel `` to version ``2.20.0 ``.
16
17
17
18
4.41.0
18
19
------
You can’t perform that action at this time.
0 commit comments