Skip to content

Commit 2e16061

Browse files
committed
ci: fix syntax error in pyproject.toml
1 parent 822053f commit 2e16061

2 files changed

Lines changed: 935 additions & 952 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,9 @@ dev = [
6464
docs = [
6565
"sphinx>=8.2.3",
6666
"sphinx-rtd-theme>=3.0.2",
67-
]
68-
69-
# The following ci group is needed for the PSR GitHub Action
70-
# See `tool.semantic_release.build_command` below for details
71-
[dependency-groups]
72-
ci = [
73-
"uv>=0.10.4",
74-
]
67+
]
68+
# The following ci group is needed for the PSR GitHub Action. See `tool.semantic_release.build_command` below for details.
69+
ci = ["uv>=0.10.4"]
7570

7671
[build-system]
7772
requires = ["uv_build>=0.6.5,<0.7"]

0 commit comments

Comments
 (0)