From 3cd69cfe937efbfe92feec8c2a86f559758f3f19 Mon Sep 17 00:00:00 2001 From: Robert Wolterman Date: Fri, 2 Dec 2016 01:15:01 +0000 Subject: [PATCH] Updating the Makefile to aid in the package and publish to pypi --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8ac7781..28cffb2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ time: /usr/bin/ntpdate -b -s -u pool.ntp.org -publish: clean - python setup.py sdist upload +package: clean + python setup.py sdist + +publish: package + twine upload dist/* clean: rm -rf CHIP_IO.* build dist