Update tests example command, add release.sh

This commit is contained in:
Miguel Jacq 2025-11-07 13:59:23 +11:00
parent fde80bc271
commit 4bb0cc2880
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 7 additions and 1 deletions

6
release.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
poetry build
poetry publish
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done