From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:50:42 +0000 (-0700) Subject: Bump pypa/cibuildwheel from 2.10.2 to 2.11.2 (#3367) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f67791427d2d10c4bc9e4932a51ebc51080871f9?ds=inline;pf=etc Bump pypa/cibuildwheel from 2.10.2 to 2.11.2 (#3367) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.2 to 2.11.2. - [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.10.2...v2.11.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 76bcd33..a5b4af3 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v3 - name: Build wheels via cibuildwheel - uses: pypa/cibuildwheel@v2.10.2 + uses: pypa/cibuildwheel@v2.11.2 env: CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}"