We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5375c06 commit 370b8c8Copy full SHA for 370b8c8
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -16,16 +16,13 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
submodules: true
19
-
20
- name: Set up QEMU
21
if: runner.os == 'Linux'
22
uses: docker/setup-qemu-action@v2
23
24
platforms: linux/arm64
25
26
- name: Build wheels
27
- run: cd python-driver && pipx run cibuildwheel==2.12.1
28
+ run: cd python-driver && pipx run cibuildwheel==2.16.2
29
- uses: actions/upload-artifact@v3
30
31
path: python-driver/wheelhouse/*.whl
0 commit comments