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
|
|
@ -63,4 +63,4 @@ Make sure you have `libxcb-cursor0` installed (it may be called something else o
|
|||
* Clone the repo
|
||||
* Ensure you have poetry installed
|
||||
* Run `poetry install --with test`
|
||||
* Run `poetry run pytest -vvvv --cov=bouquin`
|
||||
* Run `./tests.sh`
|
||||
|
|
|
|||
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