diff --git a/cmd2pkg b/cmd2pkg index 271fe43..b85443c 100755 --- a/cmd2pkg +++ b/cmd2pkg @@ -1,9 +1,14 @@ -rm -rf dist mrQA.egg-info +#!/bin/bash -python setup.py sdist bdist_wheel -twine upload dist/* +rm -rf dist + +hatch build + +hatch publish + +git push --tags +git push --follow-tags + +rm -rf dist -echo "----" -echo "deleting temp folders" -rm -rf dist mrQA.egg-info