Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test.sh
blob: 011a1f9b9a4c8e26a4d643d556dc4e0ad80c206a (plain)
1
2
3
4
5
6
#!/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/*'