From 6f2be61ceaaa3844df1e52d75462f59d44400e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:49:17 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 in the github-actions group Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.2.1 to 3.3.0 - [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.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pythonbuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index d54a359..b685ebb 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -74,7 +74,7 @@ jobs: run: cp dist/*.tar.gz levenshtein.tar.gz - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 with: package-dir: levenshtein.tar.gz output-dir: wheelhouse @@ -109,7 +109,7 @@ jobs: run: cp dist/*.tar.gz levenshtein.tar.gz - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 with: package-dir: levenshtein.tar.gz output-dir: wheelhouse @@ -140,7 +140,7 @@ jobs: run: cp dist/*.tar.gz levenshtein.tar.gz - name: Build wheel - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 with: package-dir: levenshtein.tar.gz output-dir: wheelhouse @@ -176,7 +176,7 @@ jobs: run: cp dist/*.tar.gz levenshtein.tar.gz - name: Build wheel - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 with: package-dir: levenshtein.tar.gz output-dir: wheelhouse