From 6c5db625f755a6821255b475b54b9d202eae0429 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 22 Oct 2024 08:51:33 +0200 Subject: [PATCH] Dependencies: Remove `minibump`, because project uses `versioningit` --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd37710..b9eb1e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,6 @@ develop = [ ] release = [ "build<2", - 'minibump<1; python_version >= "3.10"', "twine<6", ] scientific = [ @@ -273,7 +272,6 @@ lint = [ ] release = [ - { cmd = "minibump bump --relax minor" }, { cmd = "python -m build" }, { cmd = "twine upload dist/*" }, ]