Skip to content

Commit

Permalink
Merge pull request #6 from PasaOpasen/pypi
Browse files Browse the repository at this point in the history
-
  • Loading branch information
PasaOpasen authored Dec 27, 2023
2 parents 5018199 + fbb6b38 commit 3b28dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,4 @@ tag:
release:
bash increase-version.sh
make pypi-package tag
git add .
git commit -m 'update to $(shell cat version.txt)'
git push

bash commit.sh
4 changes: 4 additions & 0 deletions commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

git add .
git commit -m "update to $(cat version.txt)"
git push

0 comments on commit 3b28dc9

Please sign in to comment.