Skip to content

Commit

Permalink
Merge pull request #800 from igraph/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.21.3
  • Loading branch information
ntamas authored Oct 24, 2024
2 parents 81bd606 + 97d8da8 commit 715b2da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: '3.8'

- name: Build wheels (manylinux)
uses: pypa/[email protected].2
uses: pypa/[email protected].3
env:
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"
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
Expand All @@ -39,7 +39,7 @@ jobs:
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686"

- name: Build wheels (musllinux)
uses: pypa/[email protected].2
uses: pypa/[email protected].3
env:
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"
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
Expand All @@ -65,7 +65,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Build wheels (musllinux)
uses: pypa/[email protected].2
uses: pypa/[email protected].3
env:
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"
CIBW_ARCHS_LINUX: aarch64
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
cmake --install .
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].3
env:
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
shell: cmd

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

0 comments on commit 715b2da

Please sign in to comment.