Skip to content

Commit

Permalink
update release script with push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 10, 2024
1 parent 62af8fc commit eaec01b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ maturin upload target/wheels/*

cd $SCRIPT_DIR/cli/py
twine upload dist/*

git add .
git commit -m "release TrustSpecCli $VERSION"
git push origin master

0 comments on commit eaec01b

Please sign in to comment.