summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 16:03:23 +0000
committerGitHub <noreply@github.com>2022-05-01 16:03:23 +0000
commit0e7afcb34f900904ac1706cd65786425327e593c (patch)
tree6c927a554eeff0b006330efec0ab515c20980d80
parent1ab69cf0e7d45eebce45a22a32ae730c0f0f3c1c (diff)
downloadmarkupsafe-0e7afcb34f900904ac1706cd65786425327e593c.tar.gz
Bump joerick/cibuildwheel from 2.3.1 to 2.5.0
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.3.1 to 2.5.0. - [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/v2.3.1...2.5.0) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index cbfb000..83de732 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- - uses: joerick/cibuildwheel@v2.3.1
+ - uses: joerick/cibuildwheel@2.5.0
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64