Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.21.2 to 2.21.3
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 to 2.21.3.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and behrisch committed Oct 14, 2024
1 parent bbff4c9 commit f37bc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# python3 sumo/tools/build_config/version.py sumo/tools/build_config/setup-sumo.py sumo/setup.py

# - name: Building wheel eclipse-sumo
# uses: pypa/cibuildwheel@v2.21.2
# uses: pypa/cibuildwheel@v2.21.3
# with:
# package-dir: sumo
# output-dir: wheelhouse
Expand All @@ -51,7 +51,7 @@ jobs:
python3 sumo/tools/build_config/version.py sumo/tools/build_config/setup-libsumo.py sumo/tools/setup.py
- name: Building wheel libsumo
uses: pypa/cibuildwheel@v2.21.2
uses: pypa/cibuildwheel@v2.21.3
with:
package-dir: sumo/tools
output-dir: wheelhouse
Expand Down

0 comments on commit f37bc3d

Please sign in to comment.