Skip to content

Commit

Permalink
Add upload target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosdahl committed Oct 4, 2015
1 parent 9d57ddd commit 7910028
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ setup-python2.py: setup.py.template
$< >$@
chmod +x $@

upload: all
twine upload build/maildirproc-$(VERSION)-sdist/dist/maildirproc-$(VERSION).tar.bz2
twine upload build/maildirproc-python2-$(VERSION)-sdist/dist/maildirproc-python2-$(VERSION).tar.bz2

clean:
rm -rf maildirproc*-$(VERSION) build dist MANIFEST *-python2*
rm -rf *.gz setup.py
Expand Down

0 comments on commit 7910028

Please sign in to comment.