Skip to content

Commit 7dd5d87

Browse files
committed
1 parent d2dce3c commit 7dd5d87

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5.3.0-6-g909a4b5
2+
_commit: 5.3.0-7-g72fb4e1
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

.github/workflows/_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v9.0.0
16+
uses: astral-sh/setup-uv@v10.0.0
1717

1818
- name: Build sdist and wheel
1919
run: >

.github/workflows/_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: sudo apt-get install graphviz
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v9.0.0
24+
uses: astral-sh/setup-uv@v10.0.0
2525

2626
- name: Build docs
2727
run: uv run --locked tox -e docs

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@v9.0.0
30+
uses: astral-sh/setup-uv@v10.0.0
3131

3232
- name: Run tests
3333
run: uv run --locked tox -e tests

.github/workflows/_tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v7
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v9.0.0
19+
uses: astral-sh/setup-uv@v10.0.0
2020

2121
- name: Run tox
2222
run: uv run --locked tox -e ${{ inputs.tox }}

0 commit comments

Comments
 (0)