Skip to content

Commit

Permalink
Merge pull request #1276 from jelmer/newer-cibuildwheel
Browse files Browse the repository at this point in the history
Use latest cibuildwheel
  • Loading branch information
jelmer authored Apr 6, 2024
2 parents 91ecaff + 06166f4 commit 91f9ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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.16.2 setuptools-rust
pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel setuptools-rust
- name: Install gpg on supported platforms
run: pip install -U gpg
if: "matrix.os != 'windows-latest'"
Expand All @@ -44,7 +44,6 @@ jobs:
CIBW_BEFORE_BUILD: >
pip install -U setuptools-rust &&
curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
rustup target add all &&
rustup show
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 91f9ef9

Please sign in to comment.