From a9e8f51449a950846fbc314aede2392518709017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 16:01:41 +0000 Subject: Bump joerick/cibuildwheel from 2.11.4 to 2.12.0 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.11.4 to 2.12.0. - [Release notes](https://github.com/joerick/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/joerick/cibuildwheel/compare/27fc88e6385a995e61a87ee4b903bed263e6a6e2...a808017c3962f4d678fe685239668aad8c150932) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1826547..1b33bca 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -50,7 +50,7 @@ jobs: uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 with: platforms: arm64 - - uses: joerick/cibuildwheel@27fc88e6385a995e61a87ee4b903bed263e6a6e2 + - uses: joerick/cibuildwheel@a808017c3962f4d678fe685239668aad8c150932 env: # For workflow_dispatch, only build the new Python version. CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}" -- cgit v1.2.1