Skip to content

Commit 885caee

Browse files
committed
Add release command
1 parent 3553515 commit 885caee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ runserver:
3636

3737
clean:
3838
rm -rf testing
39+
40+
release:
41+
rm -rf dist
42+
python setup.py sdist
43+
python setup.py bdist_wheel
44+
twine upload dist/*

0 commit comments

Comments
 (0)