Skip to content

Commit e45ebd8

Browse files
committed
Upgrade uv, fix for uv-dynamic-versioning 0.9.0.
1 parent 3f93768 commit e45ebd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

template/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: astral-sh/setup-uv@v5
4141
with:
4242
# Update this as needed:
43-
version: "0.8.4"
43+
version: "0.8.9"
4444
enable-cache: true
4545
python-version: ${{ matrix.python-version }}
4646

template/.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv (official Astral action)
2222
uses: astral-sh/setup-uv@v5
2323
with:
24-
version: "0.8.4"
24+
version: "0.8.9"
2525
enable-cache: true
2626
python-version: "3.12"
2727

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ source = "uv-dynamic-versioning"
7777
[tool.uv-dynamic-versioning]
7878
vcs = "git"
7979
style = "pep440"
80-
bump = "true"
80+
bump = true
8181

8282
[tool.hatch.build.targets.wheel]
8383
# The source location for the package.

0 commit comments

Comments
 (0)