From 551bb438a39e26fd137af6b75e6f886a5f810141 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 30 Jul 2020 23:27:33 +0000 Subject: Fixed a glitch in the make.sh script. --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 64c30f39..e369209a 100755 --- a/make.sh +++ b/make.sh @@ -10,6 +10,6 @@ tar -czvf archinstall-v2.0.4rc3.tar.gz archinstall-v2.0.4rc3-x86_64 makepkg -f python3 setup.py sdist bdist_wheel -echo 'python3 -m twine upload dist/*' +echo 'python3 -m twine upload dist/*; rm -rf dist/' -rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/ +rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/ -- cgit v1.2.3-54-g00ecf