build/sign

This commit is contained in:
Marc Beninca 2020-05-01 16:40:56 +02:00
parent 65d3edf789
commit 18e5f43e55

View file

@ -35,6 +35,10 @@ def build():
run(command)
pdf = f'{document}.pdf'
os.rename(os.path.join(TMP, pdf), pdf)
run(['gpg',
'--armor',
'--clear-sign', pdf,
])
def clean():