Skip to content

Commit 370b8c8

Browse files
author
Bret McGuire
committed
Update cibuildwheel for Linux
1 parent 5375c06 commit 370b8c8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
submodules: true
19-
2019
- name: Set up QEMU
2120
if: runner.os == 'Linux'
2221
uses: docker/setup-qemu-action@v2
2322
with:
2423
platforms: linux/arm64
25-
2624
- name: Build wheels
27-
run: cd python-driver && pipx run cibuildwheel==2.12.1
28-
25+
run: cd python-driver && pipx run cibuildwheel==2.16.2
2926
- uses: actions/upload-artifact@v3
3027
with:
3128
path: python-driver/wheelhouse/*.whl

0 commit comments

Comments
 (0)