diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-01 23:47:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-01 23:47:50 +0000 |
commit | 6bea7333f52d0078add858ba7a25e4f08ef7dbe5 (patch) | |
tree | 46e2251929e9d5eee52001b540125a325c73cb0e | |
parent | c2b6a8aaeae71b30a96403bf5d6e7eafc21afaef (diff) |
build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.1.3origin/dependabot/github_actions/pypa/cibuildwheel-3.1.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.1.3.
- [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.23.3...v3.1.3)
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-version: 3.1.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/packages.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 58ba6b0c..bfaa349b 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -83,7 +83,7 @@ jobs: key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }} - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.1.3 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_MANYLINUX_I686_IMAGE: manylinux2014 @@ -153,7 +153,7 @@ jobs: key: libpq-${{ env.LIBPQ_VERSION }}-macos-${{ matrix.arch }} - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.1.3 env: CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}} CIBW_ARCHS_MACOS: ${{matrix.arch}} @@ -223,7 +223,7 @@ jobs: if: ${{ matrix.package_name != 'psycopg2' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.1.3 env: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # cache vcpkg CIBW_BUILD: ${{matrix.pyver}}-${{matrix.arch}} |