Remove dist before signing
This commit is contained in:
parent
4bb0cc2880
commit
cf594487bc
1 changed files with 2 additions and 0 deletions
|
|
@ -3,4 +3,6 @@
|
|||
poetry build
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue