Skip to content

Commit

Permalink
Merge pull request #714 from tdewolff/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…cibuildwheel-2.19.1

Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
  • Loading branch information
tdewolff committed Jul 2, 2024
2 parents 7c23df3 + 1e0db77 commit be745f5
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 be745f5

Please sign in to comment.