mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
Updating the Makefile to aid in the package and publish to pypi
This commit is contained in:
7
Makefile
7
Makefile
@ -1,8 +1,11 @@
|
|||||||
time:
|
time:
|
||||||
/usr/bin/ntpdate -b -s -u pool.ntp.org
|
/usr/bin/ntpdate -b -s -u pool.ntp.org
|
||||||
|
|
||||||
publish: clean
|
package: clean
|
||||||
python setup.py sdist upload
|
python setup.py sdist
|
||||||
|
|
||||||
|
publish: package
|
||||||
|
twine upload dist/*
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf CHIP_IO.* build dist
|
rm -rf CHIP_IO.* build dist
|
||||||
|
Reference in New Issue
Block a user