Skip to content

Commit cffc7a3

Browse files
committed
Chore: Remove minibump from release process
1 parent 00da78b commit cffc7a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ develop = [
7979
]
8080
release = [
8181
"build<2",
82-
"minibump<1; python_version>='3.10'",
8382
"twine<6",
8483
]
8584

@@ -167,7 +166,6 @@ test = [
167166
]
168167

169168
release = [
170-
{cmd="minibump bump --relax patch"},
171169
{cmd="python -m build"},
172170
{cmd="twine upload --skip-existing dist/*.tar.gz dist/*.whl"},
173171
]

0 commit comments

Comments
 (0)