Skip to content

Commit 83ddf7b

Browse files
authored
Merge pull request #788 from igraph/dependabot/github_actions/pypa/cibuildwheel-2.19.2
build(deps): bump pypa/cibuildwheel from 2.19.1 to 2.19.2
2 parents 2c2be04 + ebd1c6f commit 83ddf7b

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
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.8'
3131

3232
- name: Build wheels (manylinux)
33-
uses: pypa/[email protected].1
33+
uses: pypa/[email protected].2
3434
env:
3535
CIBW_BEFORE_BUILD: "bash scripts/fixup_centos_7_in_ci.sh && yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
3636
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
@@ -39,7 +39,7 @@ jobs:
3939
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686"
4040

4141
- name: Build wheels (musllinux)
42-
uses: pypa/[email protected].1
42+
uses: pypa/[email protected].2
4343
env:
4444
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"
4545
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
@@ -64,7 +64,7 @@ jobs:
6464
uses: docker/setup-qemu-action@v3
6565

6666
- name: Build wheels (manylinux)
67-
uses: pypa/[email protected].1
67+
uses: pypa/[email protected].2
6868
env:
6969
CIBW_BEFORE_BUILD: "bash scripts/fixup_centos_7_in_ci.sh && yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
7070
CIBW_ARCHS_LINUX: aarch64
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/setup-qemu-action@v3
9090

9191
- name: Build wheels (musllinux)
92-
uses: pypa/[email protected].1
92+
uses: pypa/[email protected].2
9393
env:
9494
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"
9595
CIBW_ARCHS_LINUX: aarch64
@@ -156,7 +156,7 @@ jobs:
156156
cmake --install .
157157
158158
- name: Build wheels
159-
uses: pypa/[email protected].1
159+
uses: pypa/[email protected].2
160160
env:
161161
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
162162
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -256,7 +256,7 @@ jobs:
256256
shell: cmd
257257

258258
- name: Build wheels
259-
uses: pypa/[email protected].1
259+
uses: pypa/[email protected].2
260260
env:
261261
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
262262
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)