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:35:02 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 12:35:02 +0000
commit4f18ac473abef763d6ea2846348da21693d878bd (patch)
tree4d309f3c802e3ada0ac9be5fec4331dfa4c83f8d /make.sh
parent027f6695bf08f3febf6ad51cd916b24bdb3732d4 (diff)
Removing temporary build scripts
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/make.sh b/make.sh
deleted file mode 100755
index 379cd492..00000000
--- a/make.sh
+++ /dev/null
@@ -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/*'