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.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/make.sh b/make.sh
index 92559930..b79d52e5 100755
--- a/make.sh
+++ b/make.sh
@@ -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/