]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 (#9474)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 13 Mar 2023 18:42:15 +0000 (19:42 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 18:42:15 +0000 (19:42 +0100)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.12.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.12.0...v2.12.1)

---
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>
.github/workflows/create-wheels.yaml

index 6c58ca641ba7dced0f72be586822efc563d49c2c..cc312dd93109488482336bd6f3187968052d0903 100644 (file)
@@ -58,7 +58,7 @@ jobs:
 
       - name: Build compiled wheels
         if: ${{ matrix.wheel_mode == 'compiled' }}
-        uses: pypa/cibuildwheel@v2.12.0
+        uses: pypa/cibuildwheel@v2.12.1
         env:
           CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}