build source for archlinux as well as upload to pypi
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
24481781f9
commit
8324c9dee4
1 changed files with 2 additions and 1 deletions
3
build
3
build
|
@ -178,11 +178,12 @@ notes
|
||||||
dist-archlinux)
|
dist-archlinux)
|
||||||
./PKGBUILD.in
|
./PKGBUILD.in
|
||||||
makepkg -c
|
makepkg -c
|
||||||
|
makepkg -c --source
|
||||||
;;
|
;;
|
||||||
dist-pypi)
|
dist-pypi)
|
||||||
$0 man
|
$0 man
|
||||||
$0 version
|
$0 version
|
||||||
python3 setup.py sdist update
|
python3 setup.py sdist upload
|
||||||
;;
|
;;
|
||||||
|
|
||||||
speeches)
|
speeches)
|
||||||
|
|
Loading…
Reference in a new issue