Fixed a glitch in the make.sh script.

This commit is contained in:
Anton Hvornum 2020-07-30 23:27:33 +00:00
parent 850d0d2ec9
commit 551bb438a3
1 changed files with 2 additions and 2 deletions

View File

@ -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/