fix: support uv 0.4.10+ on Linux and update dependencies (#2008)

This commit is contained in:
cibuildwheel-bot[bot]
2024-09-16 20:31:48 -04:00
committed by GitHub
parent 8c42e7980c
commit c0e28d3401
12 changed files with 41 additions and 43 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3
# free some space to prevent reaching GHA disk space limits
- name: Clean docker images
@@ -109,7 +109,7 @@ jobs:
output-dir: wheelhouse_config_file
config-file: sample_proj/cibw.toml
- name: Check Action artefacts
- name: Check Action artifacts
shell: bash
run: |
test $(find wheelhouse -name '*.whl' | wc -l) -ge 1