diff --git a/Makefile b/Makefile index 3cff888a..2d555a19 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: bootstrap docs load rs sh test +.PHONY: bootstrap docs load rs sh ship test bootstrap: mysqladmin -h localhost -u root -p create calaccess_raw @@ -27,6 +27,10 @@ rs: sh: python example/manage.py shell +ship: + python setup.py sdist bdist_wheel + twine upload dist/* --skip-existing + test: flake8 calaccess_raw coverage run example/manage.py test calaccess_raw