From 08294e53dc1e0f7793b42ab7ca9bbaf42588495a Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Thu, 12 Jun 2025 15:21:34 +0200 Subject: [PATCH] feat: change release script --- release | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/release b/release index df7a542..1bc9967 100755 --- a/release +++ b/release @@ -2,18 +2,9 @@ # install build tools pip install build -pip install twine -pip install hatch - - -# increment version in pyproject.toml -hatch version micro -git add pycountry_wrapper/__about__.py -git commit -m "bump version" -git push # build package -python3 -m build --wheel +python3 -m build # upload to pypi python3 -m twine upload dist/*