Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 12:34:22 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 12:34:22 +0000
commit027f6695bf08f3febf6ad51cd916b24bdb3732d4 (patch)
treef9523f72ee1fb74788e58a92dd229e060a6bfc9f /make.sh
parentaecd333ea3020c0c575948763089cc829c36c56d (diff)
Adding symlink to examples.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 00000000..379cd492
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+rm -rf archinstall.egg-info/ build/ dist/
+python3 setup.py sdist bdist_wheel
+
+echo 'python3 -m twine upload dist/*'