From b069ed302eff7a7ebe75c0d662a364e9740bfce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:12:08 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.18.0 to 2.20.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.0 to 2.20.0. - [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.18.0...v2.20.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 2ca0ebc857..d1601241e4 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -39,7 +39,7 @@ jobs: - name: Wheels macOS / Linux if: runner.os != 'Windows' - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_BEFORE_ALL_LINUX: ./tools/install_talib.sh CIBW_BEFORE_ALL_MACOS: brew install ta-lib @@ -56,7 +56,7 @@ jobs: - name: Wheels Windows if: runner.os == 'Windows' - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_BUILD: "${{ matrix.python }}-win_amd64" CIBW_BEFORE_TEST_WINDOWS: >