@@ -19,14 +19,14 @@ jobs:
19
19
fetch-depth : 0
20
20
21
21
- name : Build wheels (manylinux)
22
- uses : pypa/cibuildwheel@v3.0.1
22
+ uses : pypa/cibuildwheel@v3.1.3
23
23
env :
24
24
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"
25
25
CIBW_BUILD : " *-manylinux_x86_64"
26
26
CIBW_ENABLE : pypy
27
27
28
28
- name : Build wheels (musllinux)
29
- uses : pypa/cibuildwheel@v3.0.1
29
+ uses : pypa/cibuildwheel@v3.1.3
30
30
env :
31
31
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"
32
32
CIBW_BUILD : " *-musllinux_x86_64"
47
47
fetch-depth : 0
48
48
49
49
- name : Build wheels (manylinux)
50
- uses : pypa/cibuildwheel@v3.0.1
50
+ uses : pypa/cibuildwheel@v3.1.3
51
51
env :
52
52
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"
53
53
CIBW_ARCHS_LINUX : aarch64
69
69
fetch-depth : 0
70
70
71
71
- name : Build wheels (musllinux)
72
- uses : pypa/cibuildwheel@v3.0.1
72
+ uses : pypa/cibuildwheel@v3.1.3
73
73
env :
74
74
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"
75
75
CIBW_ARCHS_LINUX : aarch64
@@ -132,7 +132,7 @@ jobs:
132
132
cmake --install .
133
133
134
134
- name : Build wheels
135
- uses : pypa/cibuildwheel@v3.0.1
135
+ uses : pypa/cibuildwheel@v3.1.3
136
136
env :
137
137
CIBW_ARCHS_MACOS : " ${{ matrix.wheel_arch }}"
138
138
CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
@@ -238,7 +238,7 @@ jobs:
238
238
shell : cmd
239
239
240
240
- name : Build wheels
241
- uses : pypa/cibuildwheel@v3.0.1
241
+ uses : pypa/cibuildwheel@v3.1.3
242
242
env :
243
243
CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
244
244
CIBW_BUILD : " *-${{ matrix.wheel_arch }}"
0 commit comments