Skip to content
This repository was archived by the owner on Apr 29, 2018. It is now read-only.

Commit 60d936a

Browse files
committed
update makefile
1 parent 890c0ff commit 60d936a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ init:
44
test:
55
pytest
66

7+
dist:
8+
python setup.py sdist && python setup.py bdist_wheel
9+
10+
publish:
11+
twine upload dist/*
12+
713
changelog:
814
github_changelog_generator

0 commit comments

Comments
 (0)