From 2277534700268d4de252cfba18917bdf673daf09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:02:17 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.22 to 2.23 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22 to 2.23. - [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.22...v2.23) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pypi.yml | 4 ++-- .github/workflows/build-testpypi.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pypi.yml b/.github/workflows/build-pypi.yml index b198b5a5..f153990a 100644 --- a/.github/workflows/build-pypi.yml +++ b/.github/workflows/build-pypi.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-* CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')" @@ -48,7 +48,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-${{ matrix.libc }}* CIBW_ARCHS_LINUX: ${{ matrix.arch }} diff --git a/.github/workflows/build-testpypi.yml b/.github/workflows/build-testpypi.yml index 994a8892..b2147ba6 100644 --- a/.github/workflows/build-testpypi.yml +++ b/.github/workflows/build-testpypi.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-* CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')" @@ -48,7 +48,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-${{ matrix.libc }}* CIBW_ARCHS_LINUX: ${{ matrix.arch }}