Skip to content

Commit 715b2da

Browse files
authored
Merge pull request #800 from igraph/dependabot/github_actions/pypa/cibuildwheel-2.21.3
2 parents 81bd606 + 97d8da8 commit 715b2da

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].2
33+
uses: pypa/[email protected].3
3434
env:
3535
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"
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 cp313-manylinux_i686"
4040

4141
- name: Build wheels (musllinux)
42-
uses: pypa/[email protected].2
42+
uses: pypa/[email protected].3
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 }}"
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/setup-qemu-action@v3
6666

6767
- name: Build wheels (manylinux)
68-
uses: pypa/[email protected].2
68+
uses: pypa/[email protected].3
6969
env:
7070
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"
7171
CIBW_ARCHS_LINUX: aarch64
@@ -91,7 +91,7 @@ jobs:
9191
uses: docker/setup-qemu-action@v3
9292

9393
- name: Build wheels (musllinux)
94-
uses: pypa/[email protected].2
94+
uses: pypa/[email protected].3
9595
env:
9696
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"
9797
CIBW_ARCHS_LINUX: aarch64
@@ -159,7 +159,7 @@ jobs:
159159
cmake --install .
160160
161161
- name: Build wheels
162-
uses: pypa/[email protected].2
162+
uses: pypa/[email protected].3
163163
env:
164164
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
165165
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -261,7 +261,7 @@ jobs:
261261
shell: cmd
262262

263263
- name: Build wheels
264-
uses: pypa/[email protected].2
264+
uses: pypa/[email protected].3
265265
env:
266266
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
267267
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)