summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-01 16:57:09 +0000
committerGitHub <noreply@github.com>2023-05-01 16:57:09 +0000
commit3582b565ba7aee85ac0cb2e94af11c2cd09e957f (patch)
tree69c505e74737e120882dc19339b37cea0a93aa8c
parentafde0d72bdf3b558d91f42e65f1cb33c8b5a3cf6 (diff)
downloadmarkupsafe-3582b565ba7aee85ac0cb2e94af11c2cd09e957f.tar.gz
Bump joerick/cibuildwheel from 2.12.1 to 2.12.3
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.12.1 to 2.12.3. - [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/02ad79a31bf7aa0eee07f690509048d2fb9fd445...5e15bb25b428e1bf2daf2215f173d2b40135f56f) --- 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 82de57b..543bdb3 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@02ad79a31bf7aa0eee07f690509048d2fb9fd445
+ - uses: joerick/cibuildwheel@5e15bb25b428e1bf2daf2215f173d2b40135f56f
env:
# For workflow_dispatch, only build the new Python version.
CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}"