index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-08 12:34:22 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-08 12:34:22 +0000 |
commit | 027f6695bf08f3febf6ad51cd916b24bdb3732d4 (patch) | |
tree | f9523f72ee1fb74788e58a92dd229e060a6bfc9f /test.sh | |
parent | aecd333ea3020c0c575948763089cc829c36c56d (diff) |
-rwxr-xr-x | test.sh | 6 |
diff --git a/test.sh b/test.sh new file mode 100755 index 00000000..011a1f9b --- /dev/null +++ b/test.sh @@ -0,0 +1,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/*' |