Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 9, 2023
2 parents 0707193 + 816e936 commit d694dae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: igraph
open_collective: igraph
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.8'

- name: Build wheels (manylinux)
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip wheel && python setup.py build_c_core"
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
Expand All @@ -38,7 +38,7 @@ jobs:
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686"

- name: Build wheels (musllinux)
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip wheel && python setup.py build_c_core"
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
Expand All @@ -63,7 +63,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Build wheels (manylinux)
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip wheel && python setup.py build_c_core"
CIBW_ARCHS_LINUX: aarch64
Expand All @@ -88,7 +88,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Build wheels (musllinux)
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip wheel && python setup.py build_c_core"
CIBW_ARCHS_LINUX: aarch64
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
cmake --install .
- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
CIBW_BEFORE_BUILD: "python setup.py build_c_core"
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
shell: cmd

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_BEFORE_BUILD: "python setup.py build_c_core"
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"
Expand Down

0 comments on commit d694dae

Please sign in to comment.