index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-30 23:27:33 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-30 23:27:33 +0000 |
commit | 551bb438a39e26fd137af6b75e6f886a5f810141 (patch) | |
tree | a130755a17b8a893b306216e3584b03a467c8fe4 | |
parent | 850d0d2ec9cbb598f52b41ce24b38f4df0fbd383 (diff) |
-rwxr-xr-x | make.sh | 4 |
@@ -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/ |