Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 2 insertions, 2 deletions
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/