Commit 49c51435 by Gabriel Falcao

automated deploy

parent 5632b6b7
......@@ -46,7 +46,10 @@ deploy-documentation:documentation withdraw-documentation
deploy: deploy-documentation
release: clean unit functional integration doctest deploy-documentation
release: clean unit functional integration doctest deploy-documentation publish
@printf "Exporting to $(filename)... "
@tar czf $(filename) lettuce setup.py README.md COPYING
@echo "DONE!"
publish:
@python setup.py sdist register upload
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment