From 950907fde322073392cb36728decf7dec6769337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:14:17 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 2.23.2 to 2.23.3 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.23.2 to 2.23.3. - [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...v2.23.3) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..d03763c 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@v2.23.3 with: output-dir: dist - uses: dioptra-io/publish-python-action@v1