From e2b44b91ba1ccdb7382a4bafd27f99a4142a0ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:54:38 +0000 Subject: [PATCH] Chore(deps): Bump pypa/cibuildwheel from 2.17.0 to 2.18.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.18.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4abba62..024c087 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: python-version: '3.8' - name: Build wheels (manylinux) - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 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/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 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/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 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/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 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/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_BEFORE_BUILD: "{package}/scripts/build_igraph.bat && {package}/scripts/build_libleidenalg.bat &&