From ed620bf1c59202b89076e3940c3353803f072f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:33:19 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.1 to 2.19.1. - [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.1...v2.19.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e8ea7f..8f36169 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: run: | pip install -U -r requirements.txt python scripts/modify_setup.py ${{ needs.generate_wheels_matrix.outputs.tag_version }} - - uses: pypa/cibuildwheel@v2.18.1 + - uses: pypa/cibuildwheel@v2.19.1 with: config-file: cibuildwheel.toml package-dir: mypy