Skip to content

Commit efe6f58

Browse files
chore(deps): update dependency astral-sh/uv to v0.11.29 (#753)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b1399e commit efe6f58

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/pre-commit-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ runs:
2222
python-version: '3.14'
2323
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2424
with:
25-
version: 0.11.28
25+
version: 0.11.29

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3131
with:
32-
version: 0.11.28
32+
version: 0.11.29
3333
- name: Compile
3434
env:
3535
CFLAGS: -Wall -Wextra -Wno-unused-parameter -Werror

.github/workflows/setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
7272
with:
7373
enable-cache: false
74-
version: 0.11.28
74+
version: 0.11.29
7575
- name: build
7676
run: uv build --sdist
7777
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
@@ -95,7 +95,7 @@ jobs:
9595
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
9696
with:
9797
enable-cache: false
98-
version: 0.11.28
98+
version: 0.11.29
9999
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
100100
with:
101101
path: dist
@@ -124,7 +124,7 @@ jobs:
124124
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
125125
with:
126126
enable-cache: false
127-
version: 0.11.28
127+
version: 0.11.29
128128
- name: Publish package distributions to PyPI
129129
run: uv publish --trusted-publishing always
130130

0 commit comments

Comments
 (0)