Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.21.1 to 2.21.3
  • Loading branch information
tdewolff authored Oct 24, 2024
2 parents 1b48593 + ee2da04 commit afbdbbb
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/[email protected].1
uses: pypa/[email protected].3
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/[email protected].1
uses: pypa/[email protected].3
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/[email protected].1
uses: pypa/[email protected].3
with:
package-dir: bindings/py
env:
Expand Down

0 comments on commit afbdbbb

Please sign in to comment.