From 5bba102c45a9709891c5ad7ed20a42b1f036d9a2 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 1 Sep 2020 12:22:44 +0200 Subject: Added list_mirrors() and prepared for selecting mirrors in guided.py --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make.sh') 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/" -- cgit v1.2.3-54-g00ecf