mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 19:04:29 +02:00
Add pack/sdist target
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user