Skip to content

Commit

Permalink
fix make push
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Jun 4, 2024
1 parent 6d249b2 commit d870e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ publish: build git-no-unsaved git-on-main
python3 -m twine upload dist/*

push: lint check test git-off-main git-no-unsaved
@branch=$$(git symbolic-ref --short HEAD); \
git push origin $$branch

test: readme-cmds
Expand Down

0 comments on commit d870e52

Please sign in to comment.