We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1e252 + 82378d7 commit 49085dcCopy full SHA for 49085dc
.github/workflows/python.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
platforms: arm64
30
- name: Build wheels
31
- uses: pypa/cibuildwheel@v2.19.2
+ uses: pypa/cibuildwheel@v2.21.1
32
33
package-dir: bindings/py
34
env:
@@ -68,7 +68,7 @@ jobs:
68
set CGO_ENABLED=1
69
make -C bindings/py compile
70
71
72
73
74
@@ -103,7 +103,7 @@ jobs:
103
export MACOSX_DEPLOYMENT_TARGET=10.9
104
105
106
107
108
109
0 commit comments