Skip to content

Commit 49085dc

Browse files
authored
Merge pull request #748 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-2.21.1
Bump pypa/cibuildwheel from 2.19.2 to 2.21.1
2 parents 1f1e252 + 82378d7 commit 49085dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v2.19.2
31+
uses: pypa/cibuildwheel@v2.21.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@v2.19.2
71+
uses: pypa/cibuildwheel@v2.21.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@v2.19.2
106+
uses: pypa/cibuildwheel@v2.21.1
107107
with:
108108
package-dir: bindings/py
109109
env:

0 commit comments

Comments
 (0)