Skip to content

Commit f0efcaa

Browse files
committed
Use newer uv version
1 parent ec8b29a commit f0efcaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

{{ cookiecutter.pypi_package_name }}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- workflow_call
66

77
env:
8-
CI_UV_VERSION: "0.6.9"
8+
CI_UV_VERSION: "0.7.12"
99

1010
jobs:
1111
ci-checks:

{{ cookiecutter.pypi_package_name }}/.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010

1111
env:
12-
CI_UV_VERSION: "0.6.9"
12+
CI_UV_VERSION: "0.7.12"
1313

1414
jobs:
1515
bump-version:

0 commit comments

Comments
 (0)