Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-01 12:22:44 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-01 12:22:44 +0200
commit5bba102c45a9709891c5ad7ed20a42b1f036d9a2 (patch)
tree2b98bc79a5f99f218e1b7655f78aa95167414e37 /make.sh
parent2ac417239474cfb428dab6a9b7bf574fe613842f (diff)
Added list_mirrors() and prepared for selecting mirrors in guided.py
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.sh b/make.sh
index d4caeb97..6f645ad2 100755
--- a/make.sh
+++ b/make.sh
@@ -11,7 +11,7 @@ mv archinstall.dist "archinstall-v${VERSION}-x86_64"
tar -czvf "archinstall-v${VERSION}.tar.gz" "archinstall-v${VERSION}-x86_64"
# makepkg -f
-# python3 setup.py sdist bdist_wheel
-# echo 'python3 -m twine upload dist/* && rm -rf dist/'
+python3 setup.py sdist bdist_wheel
+echo 'python3 -m twine upload dist/* && rm -rf dist/'
rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ "archinstall-v${VERSION}-x86_64/"