File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
17184.41.0
1819------
You can’t perform that action at this time.
0 commit comments