Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent a338f49 commit 1e0db77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
set CGO_ENABLED=1
make -C bindings/py compile
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
export MACOSX_DEPLOYMENT_TARGET=10.9
make -C bindings/py compile
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: bindings/py
env:
Expand Down

0 comments on commit 1e0db77

Please sign in to comment.