Skip to content

Commit 3a9949b

Browse files
committed
ci: bump UV and CIBW for 3.14 rc3
1 parent 0ee500c commit 3a9949b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cleanup_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Astral UV
5353
uses: astral-sh/setup-uv@v6
5454
with:
55-
version: "0.8.16"
55+
version: "0.8.22"
5656

5757
- name: Run Cleanup
5858
env:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install Astral UV and enable the cache
7171
uses: astral-sh/setup-uv@v6
7272
with:
73-
version: "0.8.16"
73+
version: "0.8.22"
7474
python-version: 3.9
7575
enable-cache: true
7676
cache-suffix: -${{ github.workflow }}

.github/workflows/packaging_sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Astral UV
5959
uses: astral-sh/setup-uv@v6
6060
with:
61-
version: "0.8.16"
61+
version: "0.8.22"
6262
python-version: 3.11
6363

6464
- name: Build sdist

.github/workflows/packaging_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
# Install Astral UV, which will be used as build-frontend for cibuildwheel
8585
- uses: astral-sh/setup-uv@v6
8686
with:
87-
version: "0.8.16"
87+
version: "0.8.22"
8888
enable-cache: false
8989
cache-suffix: -${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
9090
python-version: ${{ matrix.python }}
9191

9292
- name: Build${{ inputs.testsuite != 'none' && ' and test ' || ' ' }}wheels
93-
uses: pypa/cibuildwheel@v3.1
93+
uses: pypa/cibuildwheel@v3.2
9494
env:
9595
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
9696
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)