From 4fdefa845a87d7a0ba5bd9fc15946d1a2f9bdae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:54:29 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.21 to 2.22 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21 to 2.22. - [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.21...v2.22) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 07e554a..ea05bf3 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -57,7 +57,7 @@ jobs: platforms: all - name: Build wheels (Default) - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v2.22 if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13') with: output-dir: wheelhouse @@ -68,7 +68,7 @@ jobs: - name: Build wheels (MacOS x86_64) if: matrix.os == 'macos-13' - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v2.22 with: output-dir: wheelhouse package-dir: statsmodels @@ -78,7 +78,7 @@ jobs: - name: Build Pyodide wheel if: matrix.python_impl == 'Pyodide' - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v2.22 with: output-dir: wheelhouse package-dir: statsmodels