build source for archlinux as well as upload to pypi

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-26 18:47:49 +02:00
parent 24481781f9
commit 8324c9dee4
1 changed files with 2 additions and 1 deletions

3
build
View File

@ -178,11 +178,12 @@ notes
dist-archlinux)
./PKGBUILD.in
makepkg -c
makepkg -c --source
;;
dist-pypi)
$0 man
$0 version
python3 setup.py sdist update
python3 setup.py sdist upload
;;
speeches)