Remove dist before signing

This commit is contained in:
Miguel Jacq 2025-11-07 14:03:17 +11:00
parent 4bb0cc2880
commit cf594487bc
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -3,4 +3,6 @@
poetry build poetry build
poetry publish poetry publish
rm -rf dist
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done