From d3728a498a67d116aecb9d289160945006b7db74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:58:40 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/quantlib-risks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quantlib-risks.yml b/.github/workflows/quantlib-risks.yml index c3eaa086..31c2b0cb 100644 --- a/.github/workflows/quantlib-risks.yml +++ b/.github/workflows/quantlib-risks.yml @@ -102,7 +102,7 @@ jobs: mkdir -p build/${{ matrix.preset }}/Python touch build/${{ matrix.preset }}/Python/setup.py - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat }} CIBW_BEFORE_BUILD_LINUX: /bin/bash ./tools/prebuild_ql-risks.sh