summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 19:47:26 +0200
committerGitHub <noreply@github.com>2022-10-14 19:47:26 +0200
commit8bdd4c8704d357dce1afa8bddc6ceaacc1880fc9 (patch)
tree4da486ffac3c4589a1485b74b6229a1db31a9bd8 /.github/workflows
parentcb0dd78f584cea4f169a47a2f4660300f4a6e081 (diff)
downloadsqlalchemy-8bdd4c8704d357dce1afa8bddc6ceaacc1880fc9.tar.gz
Bump pypa/cibuildwheel from 2.10.2 to 2.11.1 (#8630)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.2 to 2.11.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.10.2...v2.11.1) --- updated-dependencies: - dependency-name: pypa/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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create-wheels.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml
index 96214d689..b78a7b68b 100644
--- a/.github/workflows/create-wheels.yaml
+++ b/.github/workflows/create-wheels.yaml
@@ -58,7 +58,7 @@ jobs:
- name: Build compiled wheels
if: ${{ matrix.wheel_mode == 'compiled' }}
- uses: pypa/cibuildwheel@v2.10.2
+ uses: pypa/cibuildwheel@v2.11.1
env:
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}