Removing temporary build scripts

This commit is contained in:
Anton Hvornum 2020-07-08 12:35:02 +00:00
parent 027f6695bf
commit 4f18ac473a
2 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
rm -rf archinstall.egg-info/ build/ dist/
python3 setup.py sdist bdist_wheel
echo 'python3 -m twine upload dist/*'

View File

@ -1,6 +0,0 @@
#!/bin/bash
rm -rf archinstall.egg-info/ build/ dist/
python3 setup.py sdist bdist_wheel
sudo pip install --upgrade dist/*.whl
ls -l /usr/lib/python3.8/site-packages/archinstall
#echo 'python3 -m twine upload dist/*'