From 9b27c6f3c0e2c185d03b846de18ec818a1f10d95 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 28 May 2020 07:22:49 -0700 Subject: [PATCH] Added twine check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45a3f8ef..8da0e189 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ dist: clean doctest unittest doc python setup.py sdist bdist_wheel rm -rf build rm -rf buildingspy.egg-info - twine check -h + twine check dist/* @echo "Source distribution is in directory dist" @echo "To post to server, run postBuildingsPyToWeb.sh" @echo "To upload to PyPi, run 'twine upload dist/*'"