commit - 1e94afdccfeb80a95707dd73e628d7d503d20977
commit + ce10dd1ea24c4100428ebe322e17c73c73ae3474
blob - bdf38fa159e959ad917da801239c5a138c4396df
blob + a19fee1c5697f9b544c5f6d8dc12666f1cf9aa2b
--- .github/workflows/python-distributions.yml
+++ .github/workflows/python-distributions.yml
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel==2.9.0
+ pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel==2.16.2
- name: Install gpg on supported platforms
run: pip install -U gpg
if: "matrix.os != 'windows-latest'"