summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-19 19:55:06 +0200
committerGitHub <noreply@github.com>2023-04-19 19:55:06 +0200
commitfc2bcead435a9bf0a2de8e9b15a1bd835f9d7fe4 (patch)
tree48fc6b32a8386c3b9a230066b314ba213921c6e6
parent280322af927848f51aeb8cfe2f43de91960052ba (diff)
downloadsqlalchemy-fc2bcead435a9bf0a2de8e9b15a1bd835f9d7fe4.tar.gz
Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#9672)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3. - [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.12.1...v2.12.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... 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/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 4c871ba62..e560ef644 100644
--- a/.github/workflows/create-wheels.yaml
+++ b/.github/workflows/create-wheels.yaml
@@ -73,7 +73,7 @@ jobs:
- name: Build compiled wheels
if: ${{ matrix.wheel_mode == 'compiled' }}
- uses: pypa/cibuildwheel@v2.12.1
+ uses: pypa/cibuildwheel@v2.12.3
env:
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
CIBW_BUILD: ${{ matrix.python }}