Skip to content

Commit

Permalink
Chore: Remove minibump from release process
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 29, 2024
1 parent 00da78b commit cffc7a3
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 @@ -79,7 +79,6 @@ develop = [
]
release = [
"build<2",
"minibump<1; python_version>='3.10'",
"twine<6",
]

Expand Down Expand Up @@ -167,7 +166,6 @@ test = [
]

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

0 comments on commit cffc7a3

Please sign in to comment.