summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-03 06:16:45 -0700
committerGitHub <noreply@github.com>2023-04-03 06:16:45 -0700
commitd14758e997a7a9bbd04744db0c4cfadd0029c943 (patch)
treedade182dd632fa7cbf796c9583710c4ce1b2316f
parent5c21eaefefe73616f7e0bee13f51e96a18d26ce1 (diff)
parentb335244315581453c16f07c80a2f29745c3ba914 (diff)
downloadmarkupsafe-d14758e997a7a9bbd04744db0c4cfadd0029c943.tar.gz
Bump joerick/cibuildwheel from 2.12.0 to 2.12.1 (#360)
-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 1235db1..0b988a2 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 }}"