summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-05-01 10:21:23 -0700
committerGitHub <noreply@github.com>2023-05-01 10:21:23 -0700
commit0ebd58b50b4d5c95c240ca58fd0f0c6a0a73d03a (patch)
treec526d895e9649064cb0a3835a15a2584898d4d68
parent258966d07bc1757579ffd567bccc5031624a40e5 (diff)
parent3582b565ba7aee85ac0cb2e94af11c2cd09e957f (diff)
downloadmarkupsafe-0ebd58b50b4d5c95c240ca58fd0f0c6a0a73d03a.tar.gz
Bump joerick/cibuildwheel from 2.12.1 to 2.12.3 (#366)
-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 561bc53..6c61340 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 }}"