From 9ae981614ffa75ae37a4bb8272ae9203ebc5e934 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 28 Oct 2020 20:56:53 +0200 Subject: [PATCH] Add pack/sdist target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 57aa76c4..3ddd1e27 100644 --- a/Makefile +++ b/Makefile @@ -31,5 +31,8 @@ profile: python -m cProfile -o .tox/.tmp/cprofile.prof -m platformio ${PIOARGS} snakeviz .tox/.tmp/cprofile.prof +pack: + python setup.py sdist + publish: python setup.py sdist upload