@@ -22,13 +22,13 @@ jobs:
2222 fetch-depth : 0
2323
2424 - name : Build wheels (manylinux)
25- uses : pypa/cibuildwheel@v3.2.1
25+ uses : pypa/cibuildwheel@v3.3.0
2626 env :
2727 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"
2828 CIBW_BUILD : " *-manylinux_x86_64"
2929
3030 - name : Build wheels (musllinux)
31- uses : pypa/cibuildwheel@v3.2.1
31+ uses : pypa/cibuildwheel@v3.3.0
3232 env :
3333 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"
3434 CIBW_BUILD : " *-musllinux_x86_64"
4949 fetch-depth : 0
5050
5151 - name : Build wheels (manylinux)
52- uses : pypa/cibuildwheel@v3.2.1
52+ uses : pypa/cibuildwheel@v3.3.0
5353 env :
5454 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"
5555 CIBW_ARCHS_LINUX : aarch64
7070 fetch-depth : 0
7171
7272 - name : Build wheels (musllinux)
73- uses : pypa/cibuildwheel@v3.2.1
73+ uses : pypa/cibuildwheel@v3.3.0
7474 env :
7575 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"
7676 CIBW_ARCHS_LINUX : aarch64
@@ -133,7 +133,7 @@ jobs:
133133 cmake --install .
134134
135135 - name : Build wheels
136- uses : pypa/cibuildwheel@v3.2.1
136+ uses : pypa/cibuildwheel@v3.3.0
137137 env :
138138 CIBW_ARCHS_MACOS : " ${{ matrix.wheel_arch }}"
139139 CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
@@ -238,7 +238,7 @@ jobs:
238238 shell : cmd
239239
240240 - name : Build wheels
241- uses : pypa/cibuildwheel@v3.2.1
241+ uses : pypa/cibuildwheel@v3.3.0
242242 env :
243243 CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
244244 CIBW_BUILD : " *-${{ matrix.wheel_arch }}"
0 commit comments