Skip to content

Commit d6cb0b1

Browse files
authored
Merge pull request #943 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-3.4.1
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1
2 parents c705e7d + fd9e56d commit d6cb0b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
platforms: arm64
3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v3.4.0
31+
uses: pypa/cibuildwheel@v3.4.1
3232
with:
3333
package-dir: bindings/py
3434
env:
@@ -68,7 +68,7 @@ jobs:
6868
set CGO_ENABLED=1
6969
make -C bindings/py compile
7070
- name: Build wheels
71-
uses: pypa/cibuildwheel@v3.4.0
71+
uses: pypa/cibuildwheel@v3.4.1
7272
with:
7373
package-dir: bindings/py
7474
env:
@@ -103,7 +103,7 @@ jobs:
103103
export MACOSX_DEPLOYMENT_TARGET=10.9
104104
make -C bindings/py compile
105105
- name: Build wheels
106-
uses: pypa/cibuildwheel@v3.4.0
106+
uses: pypa/cibuildwheel@v3.4.1
107107
with:
108108
package-dir: bindings/py
109109
env:

0 commit comments

Comments
 (0)