summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-01 09:31:12 -0700
committerGitHub <noreply@github.com>2022-09-01 09:31:12 -0700
commitf8e366b19adeb9da8472b768de3d44a8d5be13fc (patch)
tree9aabd34e9512dc46f389e902ec7f340af18fff47
parentbd30dda5fae17e08d53443f61e3664bc6d691f33 (diff)
downloadmarkupsafe-f8e366b19adeb9da8472b768de3d44a8d5be13fc.tar.gz
Bump joerick/cibuildwheel from 2.8.1 to 2.9.0 (#321)
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.8.1 to 2.9.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.8.1...v2.9.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 78339fd..370f2d8 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@v2.8.1
+ - uses: joerick/cibuildwheel@v2.9.0
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64