From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:46:34 +0000 (-0700) Subject: Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#3657) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/de65741b8d49d78fa2675ef79b799cd35e92e7c1 Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#3657) 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/pypi_upload.yml b/.github/workflows/pypi_upload.yml index d5797c7..4b59c48 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.12.1 + uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}"