From fbd5bc707fade658ac277738b200a183127485ee Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 16 Jan 2021 11:49:04 +0000 Subject: [PATCH] Update pinned version --- examples/github-with-qemu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/github-with-qemu.yml b/examples/github-with-qemu.yml index 95a980f2..e665ad23 100644 --- a/examples/github-with-qemu.yml +++ b/examples/github-with-qemu.yml @@ -20,7 +20,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==1.7.1 + python -m pip install cibuildwheel==1.7.4 - name: Install Visual C++ for Python 2.7 if: runner.os == 'Windows'