From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 02:19:08 +0000 (-0400) Subject: Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (#3290) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ddb99241b583f45e01df622c0d8f119aecd0188e Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (#3290) updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch 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 b9da8b0..76bcd33 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.0 + uses: pypa/cibuildwheel@v2.10.2 env: CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}"