Skip to content

Commit b89f549

Browse files
Add python-semantic-release as optional 'release' dependency and re-lock
Signed-off-by: Harry Callahan <hcallahan@lowrisc.org>
1 parent 7931dc1 commit b89f549

File tree

2 files changed

+371
-17
lines changed

2 files changed

+371
-17
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ test = [
4040
"pytest-cov>=5.0.0",
4141
]
4242
dev = ["dvsim[linting,typing,test,debug]"]
43+
release = [
44+
"python-semantic-release>=10.4.1",
45+
]
46+
4347
ci = [
4448
"dvsim[linting,typing,test]",
4549
"gitpython",

0 commit comments

Comments
 (0)