Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Mar 15, 2022
1 parent e0ab107 commit c63038b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ git-sync:
.PHONY=git-pr
git-pr:
@./gitpr $(N)

pip-package:
pip install wheel
python setup.py sdist bdist_wheel

0 comments on commit c63038b

Please sign in to comment.