We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb13fee commit 28bf210Copy full SHA for 28bf210
make_release
@@ -1,5 +1,10 @@
1
#!/bin/bash
2
3
+if [ "`whoami`" == "root" ]; then
4
+ echo "Do not run this script with root privileges, your credentials will be asked when needed."
5
+ exit
6
+fi
7
+
8
# remove additional debug version information at this point
9
sudo rm -rf build dist &> /dev/null
10
sudo find . -name \*.pyc -delete
0 commit comments