Skip to content

Commit 5495a0b

Browse files
committed
refactor: manage the release script using inline metadata
1 parent 7e6938b commit 5495a0b

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ urls.repository = "https://github.com/leodevian/modern-python"
4848
[dependency-groups]
4949
dev = [
5050
{ include-group = "lint" },
51-
{ include-group = "release" },
5251
{ include-group = "type" },
5352
]
5453
type = [
@@ -62,11 +61,6 @@ tests = [ ]
6261
lint = [
6362
"pre-commit-uv>=4.1.4",
6463
]
65-
release = [
66-
"packaging>=24.2",
67-
"towncrier>=24.8",
68-
"uv>=0.7.7",
69-
]
7064

7165
[tool.ruff]
7266
extend-exclude = [ ]

tox.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,3 @@ commands = [
6666
{ replace = "posargs", extend = true },
6767
],
6868
]
69-
70-
[env.release]
71-
description = "prepare a new release"
72-
skip_install = true
73-
dependency_groups = [ "release" ]
74-
commands = [
75-
[
76-
"python",
77-
"{tox_root}{/}scripts{/}release.py",
78-
{ replace = "posargs", extend = true },
79-
],
80-
]

uv.lock

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

0 commit comments

Comments
 (0)