From d6121539946dd322a3ecef39d02d4ac9a3462f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:28:46 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 2.23.2 to 3.0.0 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.23.2 to 3.0.0. - [Release notes](https://github.com/joerick/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/joerick/cibuildwheel/compare/v2.23.2...v3.0.0) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b6597a..fce917b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: with: platforms: all - name: Build wheels - uses: joerick/cibuildwheel@v2.23.2 + uses: joerick/cibuildwheel@v3.0.0 with: output-dir: dist - uses: dioptra-io/publish-python-action@v1