Skip to content

Commit 45ee506

Browse files
committed
Chore: Remove minibump from release procedure
1 parent ea800a3 commit 45ee506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ lint = [
184184
]
185185

186186
release = [
187-
{ cmd = "minibump bump --relax minor" },
187+
# { cmd = "minibump bump --relax minor" },
188188
{ cmd = "python -m build" },
189189
{ cmd = "twine upload --skip-existing --verbose dist/*.tar.gz dist/*.whl" },
190190
]

0 commit comments

Comments
 (0)