File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 80
80
- uses : actions/setup-python@v4
81
81
with :
82
82
python-version : " 3.x"
83
- - run : pip install cibuildwheel==2.10.2
83
+ - run : pip install cibuildwheel==2.13.1
84
84
- id : set-matrix
85
85
run : |
86
86
MATRIX_INCLUDE=$(
@@ -118,13 +118,11 @@ jobs:
118
118
if : runner.os == 'Linux'
119
119
uses : docker/setup-qemu-action@v2
120
120
121
- - uses : pypa/cibuildwheel@v2.10.2
121
+ - uses : pypa/cibuildwheel@v2.13.1
122
122
with :
123
123
only : ${{ matrix.only }}
124
124
env :
125
125
CIBW_BUILD_VERBOSITY : 1
126
- CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
127
- CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
128
126
129
127
- uses : actions/upload-artifact@v3
130
128
with :
Original file line number Diff line number Diff line change 10
10
# supported platforms, publish the packages on PyPI, merge the PR
11
11
# to the target branch, create a Git tag pointing to the commit.
12
12
13
- __version__ = '0.28.0.dev0 '
13
+ __version__ = '0.28.0'
You can’t perform that action at this time.
0 commit comments