Skip to content

Commit

Permalink
Merge pull request #1234 from Starmania/budate-cibuildwheel
Browse files Browse the repository at this point in the history
Update cibuildwheel in CI workflow
  • Loading branch information
jelmer authored Nov 21, 2023
2 parents 1e94afd + 83ce57e commit ce10dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit ce10dd1

Please sign in to comment.