summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-01 16:06:16 +0000
committerGitHub <noreply@github.com>2022-07-01 16:06:16 +0000
commit1283aa18cf082158e6447ac502b069facd2c28a1 (patch)
treefac62d1986b4fff9d5d72fab95b7f2639333523e
parent12dae101d29425725ff99755c62259bb4ece5319 (diff)
downloadmarkupsafe-1283aa18cf082158e6447ac502b069facd2c28a1.tar.gz
Bump joerick/cibuildwheel from 2.6.0 to 2.7.0
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.6.0 to 2.7.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.6.0...2.7.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 c14fcda..a0a690c 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.6.0
+ - uses: joerick/cibuildwheel@2.7.0
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64