From 455a8f313aeb31ebbca66593a39ae4d0d2568f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:07:47 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.4.0 to 3.4.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 to 3.4.1. - [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.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/create_wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_wheel.yml b/.github/workflows/create_wheel.yml index 33ac2522..efbe20fa 100644 --- a/.github/workflows/create_wheel.yml +++ b/.github/workflows/create_wheel.yml @@ -85,7 +85,7 @@ jobs: perl -i -pe 's/__version__ = "(\d+)\.(\d+)\.(\d+)"/"__version__ = \"$1.$2.".($3+1).".dev1\""/e' paynt/_version.py perl -i -pe 's/__version__ = "(\d+)\.(\d+)\.(\d+)"/"__version__ = \"$1.$2.".($3+1).".dev1\""/e' payntbind/lib/payntbind/_version.py - name: Build wheels - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 if: env.NIGHTLY_BUILD == 'true' env: CIBW_PLATFORM: ${{ matrix.platform }} @@ -131,7 +131,7 @@ jobs: python -c "import stormpy; print('stormpy from:', stormpy.__file__)" python -m pip install scikit-build-core pybind11 - name: Build wheels (non-nightly) - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 if: env.NIGHTLY_BUILD != 'true' env: CIBW_PLATFORM: ${{ matrix.platform }}