Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 6 insertions, 0 deletions
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/*'