Skip to content

Commit

Permalink
Fine tuning poe rules for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Nov 24, 2023
1 parent 6f3d00d commit 9897328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ _add = "git add pyproject.toml"
_commit = {shell = "git commit -m `poetry version -s`"}
_tag = { shell = "git tag `poetry version -s`" }
_push = "git push --all"
_push_tags = "git push --tags"

_update_pyproject = ["_add", "_commit", "_tag", "_push"]
_update_pyproject = ["_add", "_commit", "_tag", "_push_tags", "_push"]

_patch_update = ["_patch_bump", "_update_pyproject"]
_minor_update = ["_minor_bump", "_update_pyproject"]
Expand Down

0 comments on commit 9897328

Please sign in to comment.