Skip to content

Commit c2b6a8a

Browse files
dependabot[bot]dvarrazzo
authored andcommitted
build(deps): bump pypa/cibuildwheel from 2.23.2 to 2.23.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcb3024 commit c2b6a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packages.yml

Lines changed: 3 additions & 3 deletions
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.23.2
86+
uses: pypa/cibuildwheel@v2.23.3
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.23.2
156+
uses: pypa/cibuildwheel@v2.23.3
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.23.2
226+
uses: pypa/cibuildwheel@v2.23.3
227227
env:
228228
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # cache vcpkg
229229
CIBW_BUILD: ${{matrix.pyver}}-${{matrix.arch}}

0 commit comments

Comments
 (0)