From 667e06c63e1e5207975b50b1eb4a83b84caf3d56 Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Sun, 8 Nov 2020 14:11:24 +0100 Subject: Fixed an issue where python's setuptools didn't like running bdist_wheel. Causing issues upstream on pypi because examples/ and VERSION would be missing for instance. --- make.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 3346c3f9..6f645ad2 100755 --- a/make.sh +++ b/make.sh @@ -11,8 +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 -python3 setup.py sdist make +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