summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-01 16:57:12 +0000
committerGitHub <noreply@github.com>2023-04-01 16:57:12 +0000
commitb335244315581453c16f07c80a2f29745c3ba914 (patch)
tree0f1cc2bb867becabea2a5a74b4b3f309404dfdcb
parent4811fc414c34966f3bb960ea58919897722c9ed5 (diff)
downloadmarkupsafe-b335244315581453c16f07c80a2f29745c3ba914.tar.gz
Bump joerick/cibuildwheel from 2.12.0 to 2.12.1
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.12.0 to 2.12.1. - [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/a808017c3962f4d678fe685239668aad8c150932...02ad79a31bf7aa0eee07f690509048d2fb9fd445) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/publish.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 99442f9..b03fcd9 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@a808017c3962f4d678fe685239668aad8c150932
+ - uses: joerick/cibuildwheel@02ad79a31bf7aa0eee07f690509048d2fb9fd445
env:
# For workflow_dispatch, only build the new Python version.
CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}"