Skip to content

Commit

Permalink
Dependencies: Remove minibump, because project uses versioningit
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 22, 2024
1 parent 6793e9f commit 6c5db62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ develop = [
]
release = [
"build<2",
'minibump<1; python_version >= "3.10"',
"twine<6",
]
scientific = [
Expand Down Expand Up @@ -273,7 +272,6 @@ lint = [
]

release = [
{ cmd = "minibump bump --relax minor" },
{ cmd = "python -m build" },
{ cmd = "twine upload dist/*" },
]
Expand Down

0 comments on commit 6c5db62

Please sign in to comment.