summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-02-01 08:58:14 -0800
committerGitHub <noreply@github.com>2023-02-01 08:58:14 -0800
commit4c39cc80e0b3cb1db4eff95f542d6b04f9f8f756 (patch)
treec0622a68a8fc8e531ad84e91b4204b99926b1959
parent666b2208626a0c2ef6940f66cb71780661f1612b (diff)
parenta9e8f51449a950846fbc314aede2392518709017 (diff)
downloadmarkupsafe-4c39cc80e0b3cb1db4eff95f542d6b04f9f8f756.tar.gz
Bump joerick/cibuildwheel from 2.11.4 to 2.12.0 (#352)
-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 e206775..e3ce762 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 }}"