summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d24a595..d46e599 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
release:
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
+ # twine upload dist/*
test :
python pycodestyle.py --testsuite testsuite