diff --git a/newversion.sh b/newversion.sh index dab509d..339e1b7 100644 --- a/newversion.sh +++ b/newversion.sh @@ -4,4 +4,4 @@ git diff git add ./pyproject.toml git commit -m "new version v$version" git tag v$version -#git push --tags +git push -u origin main --tags