Преглед изворни кода

Merge pull request #1234 from Starmania/budate-cibuildwheel

Update cibuildwheel in CI workflow
Jelmer Vernooij пре 1 година
родитељ
комит
ce10dd1ea2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/python-distributions.yml

+ 1 - 1
.github/workflows/python-distributions.yml

@@ -25,7 +25,7 @@ jobs:
       - 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'"