-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from vtraag/dependabot/github_actions/pypa/ci…
…buildwheel-2.16.4 Chore(deps): Bump pypa/cibuildwheel from 2.16.2 to 2.16.4
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
python-version: '3.8' | ||
|
||
- name: Build wheels (manylinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_BEFORE_BUILD: "yum install -y flex bison && | ||
pip install cmake wheel && | ||
|
@@ -55,7 +55,7 @@ jobs: | |
LD_LIBRARY_PATH='/project/build-deps/install/lib64/:/project/build-deps/install/lib/' | ||
- name: Build wheels (musllinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_BEFORE_BUILD: "apk add flex bison zlib-dev && | ||
pip install cmake wheel && | ||
|
@@ -86,7 +86,7 @@ jobs: | |
uses: docker/setup-qemu-action@v3 | ||
|
||
- name: Build wheels (manylinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_BEFORE_BUILD: "yum install -y flex bison zlib-devel && | ||
pip install cmake wheel && | ||
|
@@ -141,7 +141,7 @@ jobs: | |
brew install ninja cmake | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}" | ||
CIBW_BEFORE_BUILD: "{package}/scripts/build_igraph.sh && | ||
|
@@ -192,7 +192,7 @@ jobs: | |
run: choco install winflexbison3 cmake ninja | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_BEFORE_BUILD: "{package}/scripts/build_igraph.bat && | ||
{package}/scripts/build_libleidenalg.bat && | ||
|