Skip to content

Commit

Permalink
automated deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Apr 6, 2012
1 parent 5632b6b commit 49c5143
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49c5143

Please sign in to comment.