@@ -20,13 +20,13 @@ jobs:
2020 fetch-depth : 0
2121
2222 - name : Build wheels (manylinux)
23- 23+ 2424 env :
2525 CIBW_BEFORE_BUILD : " yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
2626 CIBW_BUILD : " *-manylinux_x86_64"
2727
2828 - name : Build wheels (musllinux)
29- 29+ 3030 env :
3131 CIBW_BEFORE_BUILD : " apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
3232 CIBW_BUILD : " *-musllinux_x86_64"
4747 fetch-depth : 0
4848
4949 - name : Build wheels (manylinux)
50- 50+ 5151 env :
5252 CIBW_BEFORE_BUILD : " yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
5353 CIBW_ARCHS_LINUX : aarch64
6868 fetch-depth : 0
6969
7070 - name : Build wheels (musllinux)
71- 71+ 7272 env :
7373 CIBW_BEFORE_BUILD : " apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
7474 CIBW_ARCHS_LINUX : aarch64
@@ -131,7 +131,7 @@ jobs:
131131 cmake --install .
132132
133133 - name : Build wheels
134- 134+ 135135 env :
136136 CIBW_ARCHS_MACOS : " ${{ matrix.wheel_arch }}"
137137 CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
@@ -236,7 +236,7 @@ jobs:
236236 shell : cmd
237237
238238 - name : Build wheels
239- 239+ 240240 env :
241241 CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
242242 CIBW_BUILD : " *-${{ matrix.wheel_arch }}"
0 commit comments