Skip to content

Commit b544db6

Browse files
committed
fix: make workflow uploads more fault tolerant
1 parent 9cc9dc8 commit b544db6

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

pyproject.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@ description = "A workflow for creating new samples in Virtool."
55
readme = "README.md"
66
requires-python = ">=3.13.7,<3.14"
77
authors = [
8-
{name = "Ian Boyes"},
9-
{name = "Jake Alexander"},
10-
{name = "Blake Smith"},
8+
{ name = "Ian Boyes" },
9+
{ name = "Jake Alexander" },
10+
{ name = "Blake Smith" },
1111
]
1212
license = "MIT"
1313

14-
dependencies = [
15-
"virtool",
16-
]
14+
dependencies = ["virtool"]
1715

1816
[dependency-groups]
19-
dev = [
20-
"ruff>=0.12.11",
21-
]
17+
dev = ["ruff>=0.12.11"]
2218

2319
[tool.uv.sources]
24-
virtool = { git = "https://github.com/virtool/virtool", tag = "31.11.3" }
20+
virtool = { git = "https://github.com/virtool/virtool", tag = "33.3.7" }

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)