From 8fe466ffa4b0cdba5e5983200d7f84437559f922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:47:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20(deps):=20Bump=20pypa/cibuildwhe?= =?UTF-8?q?el=20from=202.18.1=20to=202.19.0=20in=20the=20actions=20group?= =?UTF-8?q?=20(#110)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🦄 (deps): Bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.18.1 to 2.19.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/ba8be0d98853f5744f24e7f902c8adef7ae2e7f3...a8d190a111314a07eb5116036c4b3fb26a4e3162) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 14 +++++++------- .github/workflows/ci.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5317a64..9213fad 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -53,7 +53,7 @@ jobs: - name: Install MinGW compiler(s) run: choco install mingw - - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -112,7 +112,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -148,7 +148,7 @@ jobs: platforms: all - name: Build binary distribution (wheel) on Linux (s390x) - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -184,7 +184,7 @@ jobs: platforms: all - name: Build binary distribution (wheel) on Linux (ppc64le) - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -221,7 +221,7 @@ jobs: cache: false check-latest: true - - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -249,7 +249,7 @@ jobs: cache: false check-latest: true - - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0524f11..99c0ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'arm64' # We need to use cibuildwheel because it has experimental support for cross-compiling # to arm64 and setup-python does not have arm64 support on Windows right now - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse @@ -202,7 +202,7 @@ jobs: # do not need to do that manually unless we use setup-python instead. - name: Build binary distribution (wheel) on Windows (i686) if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'i686' - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 with: package-dir: . output-dir: wheelhouse