No .deb on release anymore.

This commit is contained in:
Bastian Kleineidam 2015-12-07 12:34:57 +01:00
parent ce94ece49c
commit 833554f31d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ tag:
# Each step is a separate target so that it's easy to do this manually if
# anything screwed up.
release: distclean releasecheck
$(MAKE) dist sign upload homepage tag register changelog deb
$(MAKE) dist sign upload homepage tag register changelog
register:
@echo "Register at Python Package Index..."