Skip to content

Commit 898b43a

Browse files
dependabot[bot]behrisch
authored andcommitted
Bump pypa/cibuildwheel from 3.0.1 to 3.1.4
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.1...v3.1.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5b670d commit 898b43a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python3 sumo/tools/build_config/version.py sumo/tools/build_config/setup-sumo.py sumo/setup.py
4444
4545
- name: Building wheel eclipse-sumo
46-
uses: pypa/cibuildwheel@v3.0.1
46+
uses: pypa/cibuildwheel@v3.1.4
4747
with:
4848
package-dir: sumo
4949
output-dir: wheelhouse
@@ -60,7 +60,7 @@ jobs:
6060
python3 sumo/tools/build_config/version.py sumo/tools/build_config/setup-libsumo-sk.py sumo/setup.py
6161
6262
- name: Building wheel libsumo
63-
uses: pypa/cibuildwheel@v3.0.1
63+
uses: pypa/cibuildwheel@v3.1.4
6464
with:
6565
package-dir: sumo
6666
output-dir: wheelhouse

0 commit comments

Comments
 (0)