summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-01 16:06:11 +0000
committerGitHub <noreply@github.com>2022-08-01 16:06:11 +0000
commit27a4ab9393f244bf19f893cb1a198a49dc764192 (patch)
tree553a298a152de814993eb938e2fc3f284f1eea94
parentac5017b394f526b9be33f48d397a1844023dd573 (diff)
downloadmarkupsafe-27a4ab9393f244bf19f893cb1a198a49dc764192.tar.gz
Bump joerick/cibuildwheel from 2.7.0 to 2.8.1
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.7.0 to 2.8.1. - [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/2.7.0...v2.8.1) --- 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 a0a690c..78339fd 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- - uses: joerick/cibuildwheel@2.7.0
+ - uses: joerick/cibuildwheel@v2.8.1
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64