Add pack/sdist target

This commit is contained in:
Ivan Kravets
2020-10-28 20:56:53 +02:00
parent 16f5f3ef46
commit 9ae981614f

View File

@@ -31,5 +31,8 @@ profile:
python -m cProfile -o .tox/.tmp/cprofile.prof -m platformio ${PIOARGS} python -m cProfile -o .tox/.tmp/cprofile.prof -m platformio ${PIOARGS}
snakeviz .tox/.tmp/cprofile.prof snakeviz .tox/.tmp/cprofile.prof
pack:
python setup.py sdist
publish: publish:
python setup.py sdist upload python setup.py sdist upload