index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-10 11:01:49 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-10 11:01:49 +0000 |
commit | 6ac2858816a0aad224c953cb70affcce6af5ea7f (patch) | |
tree | 1266a162f45d73c364aa3ca3210eb6245baf9b5d /make.sh | |
parent | 2e0295d50160c6ffb953bb15dbabbfeca0d72fe3 (diff) |
-rwxr-xr-x | make.sh | 7 |
@@ -3,12 +3,13 @@ rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.3/ *.pkg.*.xz archinstall-*.tar.gz -python3 setup.py sdist bdist_wheel nuitka3 --standalone --show-progress archinstall - +cp -r examples/ archinstall.dist/ mv archinstall.dist archinstall-v2.0.3 tar -czvf archinstall-v2.0.3.tar.gz archinstall-v2.0.3 makepkg -f -rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.3/ archinstall-*.tar.gz +python3 setup.py sdist bdist_wheel echo 'python3 -m twine upload dist/*' + +rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.3/ |