Skip to content

Commit 4a6bb7b

Browse files
committed
ADD: add makefile
1 parent 2846226 commit 4a6bb7b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.PHONY: test
2+
test:
3+
pytest ./tests
4+
5+
package:
6+
python setup.py sdist bdist_wheel --plat-name=$(OS)
7+
8+
publish: package
9+
twine upload

0 commit comments

Comments
 (0)