Update tests example command, add release.sh
This commit is contained in:
parent
fde80bc271
commit
4bb0cc2880
2 changed files with 7 additions and 1 deletions
6
release.sh
Executable file
6
release.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue