v0.1.0
[osm/N2VC.git] / Makefile
index 4a4ea32..07a459a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,7 @@ docs: .tox
        $(BIN)/sphinx-apidoc -o docs/api/ juju/
        $(BIN)/sphinx-build -b html docs/  docs/_build/
 
-.PHONY: clean client test docs
+upload: docs
+       $(PY) setup.py sdist upload upload_docs --upload-dir=docs/_build
+
+.PHONY: clean client test docs upload