Update readme, release workflow

This commit is contained in:
2023-03-28 00:29:13 +02:00
parent 7d1a9e6310
commit 233fd5742d
2 changed files with 6 additions and 1 deletions

View File

@@ -208,6 +208,11 @@ To run them manually:
python -m unittest discover -v -s ./tests -p "test_*.py"
```
### New release
1. Update version number in `pyproject.toml`
2. Create a publish a git tag with that number
## License
GPL-3.0