From 4a9cbbd24408e23c1c44eab3a6b3eb2287330cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 04:24:53 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.14 to 2.15 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14 to 2.15. - [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.14...v2.15) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/emulated-wheels.yml | 2 +- .github/workflows/wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/emulated-wheels.yml b/.github/workflows/emulated-wheels.yml index 321a778db..d04889b4c 100644 --- a/.github/workflows/emulated-wheels.yml +++ b/.github/workflows/emulated-wheels.yml @@ -26,7 +26,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.14 + uses: pypa/cibuildwheel@v2.15 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.python }}-* diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ecb7a247d..33c2c7a90 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -54,7 +54,7 @@ jobs: prepend_symlinks_to_path: false windows_compile_environment: msvc override_cache_key: wheels-${{ matrix.os }}-${{ matrix.python }} - - uses: pypa/cibuildwheel@v2.14 + - uses: pypa/cibuildwheel@v2.15 env: CIBW_BUILD: ${{ matrix.python }}-* # Temporary: use pre-release Python 3.12 for stable ABI builds