Skip to content

Commit

Permalink
Add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Chive committed Oct 6, 2021
1 parent 3553515 commit 885caee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ runserver:

clean:
rm -rf testing

release:
rm -rf dist
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*

0 comments on commit 885caee

Please sign in to comment.