Skip to content

Commit 027352c

Browse files
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](pypa/cibuildwheel@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] <[email protected]>
1 parent f8362a5 commit 027352c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-cache-libpq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
8181

8282
- name: Build wheels
83-
uses: pypa/[email protected].0
83+
uses: pypa/[email protected].1
8484
env:
8585
CIBW_SKIP: "cp31?t-*"
8686
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -123,7 +123,7 @@ jobs:
123123
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
124124

125125
- name: Build wheels
126-
uses: pypa/[email protected].0
126+
uses: pypa/[email protected].1
127127
env:
128128
CIBW_SKIP: "cp31?t-*"
129129
CIBW_BUILD: cp313-macosx_${{matrix.arch}}

.github/workflows/packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
9393

9494
- name: Build wheels
95-
uses: pypa/[email protected].0
95+
uses: pypa/[email protected].1
9696
env:
9797
CIBW_SKIP: "cp31?t-*"
9898
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -164,7 +164,7 @@ jobs:
164164
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
165165

166166
- name: Build wheels
167-
uses: pypa/[email protected].0
167+
uses: pypa/[email protected].1
168168
env:
169169
CIBW_SKIP: "cp31?t-*"
170170
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
@@ -235,7 +235,7 @@ jobs:
235235
if: ${{ matrix.package_name != 'psycopg2' }}
236236

237237
- name: Build wheels
238-
uses: pypa/[email protected].0
238+
uses: pypa/[email protected].1
239239
env:
240240
CIBW_SKIP: "cp31?t-*"
241241
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # cache vcpkg

0 commit comments

Comments
 (0)