index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-08 23:22:26 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-08 23:22:26 +0000 |
commit | decf9119f27cba6a5aa3ae33b7c3e73d2f869af9 (patch) | |
tree | b7707ca11e1668dd24bbb37cf626fbb5e7c91382 /make.sh | |
parent | 18c811ac967110d9371cc5dcdcd44382b25b0494 (diff) |
-rwxr-xr-x | make.sh | 1 |
@@ -13,5 +13,6 @@ rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ "archinst # makepkg -f python3 setup.py sdist bdist_wheel echo 'python3 -m twine upload dist/* && rm -rf dist/' +python3 -m twine upload dist/* && rm -rf dist/ rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ "archinstall-v${VERSION}-x86_64/" |