File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8080 - uses : actions/setup-python@v4
8181 with :
8282 python-version : " 3.x"
83- - run : pip install cibuildwheel==2.10.2
83+ - run : pip install cibuildwheel==2.13.1
8484 - id : set-matrix
8585 run : |
8686 MATRIX_INCLUDE=$(
@@ -118,13 +118,11 @@ jobs:
118118 if : runner.os == 'Linux'
119119 uses : docker/setup-qemu-action@v2
120120
121- - uses : pypa/cibuildwheel@v2.10.2
121+ - uses : pypa/cibuildwheel@v2.13.1
122122 with :
123123 only : ${{ matrix.only }}
124124 env :
125125 CIBW_BUILD_VERBOSITY : 1
126- CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
127- CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
128126
129127 - uses : actions/upload-artifact@v3
130128 with :
Original file line number Diff line number Diff line change 1010# supported platforms, publish the packages on PyPI, merge the PR
1111# to the target branch, create a Git tag pointing to the commit.
1212
13- __version__ = '0.28.0.dev0 '
13+ __version__ = '0.28.0'
You can’t perform that action at this time.
0 commit comments