about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorYuce Tekol <yucetekol@gmail.com>2019-05-03 09:51:18 +0300
committerYuce Tekol <yucetekol@gmail.com>2019-05-03 09:51:18 +0300
commit968d5d7b886f894d4df08eef09d0fc21539f60fc (patch)
tree6576c5b3f557ac1c98d209e56fa0e02dec63129a /Makefile
parent7fd70619f1fd5651611376f12010b237c3f96ab2 (diff)
downloadpyopenbsd-968d5d7b886f894d4df08eef09d0fc21539f60fc.tar.gz
added restrict script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccf1f60..19aef5b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,10 @@
 all: build
 
 build:
-	python setup.py build
+	python setup.py sdist
+
+release: clean build
+	twine upload dist/*
 
 clean:
 	rm -rf dist build openbsd.egg-info/