summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-01 16:06:49 +0000
committerGitHub <noreply@github.com>2022-06-01 16:06:49 +0000
commita48e2579a2fad4e5517a7068acc8e571f89256fc (patch)
treeac2200417a425cc3dd748913b414228b259e499e
parent0ffda91b2f94d68cdde53c40ddc0cae2141801c7 (diff)
downloadmarkupsafe-a48e2579a2fad4e5517a7068acc8e571f89256fc.tar.gz
Bump joerick/cibuildwheel from 2.5.0 to 2.6.0
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.5.0 to 2.6.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/2.5.0...2.6.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 cc462c8..cb60dcd 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@2.5.0
+ - uses: joerick/cibuildwheel@2.6.0
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64