Skip to content

Commit

Permalink
Chore: Fix poe release task
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 24, 2023
1 parent e9f03b3 commit 1067532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ lint = [
release = [
{ cmd = "minibump bump --relax minor" },
{ cmd = "python -m build" },
{ cmd = "twine upload --skip-existing --verbose dist/*{.tar.gz,.whl}" },
{ cmd = "twine upload --skip-existing --verbose dist/*.tar.gz dist/*.whl" },
]

test = { cmd = "pytest" }

0 comments on commit 1067532

Please sign in to comment.