Skip to content

Commit 5c2d765

Browse files
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5509e01 commit 5c2d765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
8484

8585
- name: Build wheels
86-
uses: pypa/cibuildwheel@v2.22.0
86+
uses: pypa/cibuildwheel@v2.23.2
8787
env:
8888
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
8989
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
@@ -153,7 +153,7 @@ jobs:
153153
key: libpq-${{ env.LIBPQ_VERSION }}-macos-${{ matrix.arch }}
154154

155155
- name: Build wheels
156-
uses: pypa/cibuildwheel@v2.22.0
156+
uses: pypa/cibuildwheel@v2.23.2
157157
env:
158158
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
159159
CIBW_ARCHS_MACOS: ${{matrix.arch}}
@@ -223,7 +223,7 @@ jobs:
223223
if: ${{ matrix.package_name != 'psycopg2' }}
224224

225225
- name: Build wheels
226-
uses: pypa/cibuildwheel@v2.22.0
226+
uses: pypa/cibuildwheel@v2.23.2
227227
env:
228228
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # cache vcpkg
229229
CIBW_BUILD: ${{matrix.pyver}}-${{matrix.arch}}

0 commit comments

Comments
 (0)