From 0167b695e6b4c16dc13732b8aab97716855e0b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:54:45 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.14.0 to 2.16.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.0 to 2.16.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.14.0...v2.16.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7de22709c..cd7afc60f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,25 +40,25 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels for CPython 3.11 - uses: pypa/cibuildwheel@v2.14.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: "cp311-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.10 - uses: pypa/cibuildwheel@v2.14.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: "cp310-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.9 - uses: pypa/cibuildwheel@v2.14.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: "cp39-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.8 - uses: pypa/cibuildwheel@v2.14.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: "cp38-*" CIBW_ARCHS: ${{ matrix.cibw_archs }}