mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-11-20 09:35:17 +03:00
build(deps): bump pypa/cibuildwheel from 3.2.0 to 3.2.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.2.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/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f8362a5261
commit
027352ce24
4
.github/workflows/build-and-cache-libpq.yml
vendored
4
.github/workflows/build-and-cache-libpq.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
uses: pypa/cibuildwheel@v3.2.1
|
||||
env:
|
||||
CIBW_SKIP: "cp31?t-*"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
uses: pypa/cibuildwheel@v3.2.1
|
||||
env:
|
||||
CIBW_SKIP: "cp31?t-*"
|
||||
CIBW_BUILD: cp313-macosx_${{matrix.arch}}
|
||||
|
|
|
|||
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
uses: pypa/cibuildwheel@v3.2.1
|
||||
env:
|
||||
CIBW_SKIP: "cp31?t-*"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
|
|
@ -164,7 +164,7 @@ jobs:
|
|||
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
uses: pypa/cibuildwheel@v3.2.1
|
||||
env:
|
||||
CIBW_SKIP: "cp31?t-*"
|
||||
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
|
||||
|
|
@ -235,7 +235,7 @@ jobs:
|
|||
if: ${{ matrix.package_name != 'psycopg2' }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
uses: pypa/cibuildwheel@v3.2.1
|
||||
env:
|
||||
CIBW_SKIP: "cp31?t-*"
|
||||
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # cache vcpkg
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user