Skip to content

Commit

Permalink
Remove tools/publish.sh - we can use poetry directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 14, 2022
1 parent e7d09ac commit bc9d943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ cmd = "grep -q {new_version} Changelog.rst"

[[after_push]]
name = "Publish to pypi"
cmd = "tools/publish.sh"
cmd = "poetry publish --build"
7 changes: 0 additions & 7 deletions tools/publish.sh

This file was deleted.

0 comments on commit bc9d943

Please sign in to comment.