Skip to content

Commit b3a7834

Browse files
authored
Merge pull request #867 from igraph/dependabot/github_actions/pypa/cibuildwheel-3.3.0
2 parents 3ff4f88 + fc00093 commit b3a7834

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
@@ -49,7 +49,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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

Comments
 (0)