From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:55:06 +0000 (+0200) Subject: Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#9672) X-Git-Tag: rel_2_0_10~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc2bcead435a9bf0a2de8e9b15a1bd835f9d7fe4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#9672) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3. - [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.12.1...v2.12.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 4c871ba62d..e560ef644a 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -73,7 +73,7 @@ jobs: - name: Build compiled wheels if: ${{ matrix.wheel_mode == 'compiled' }} - uses: pypa/cibuildwheel@v2.12.1 + uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_BUILD: ${{ matrix.python }}