Skip to content

Commit

Permalink
chore: add development guide
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Oct 15, 2023
1 parent bbab4ac commit 7cea584
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
[![Test][test-ci-badge]][test-ci]
[![GitHub release][gh-release-badge]][gh-release]

## Development

```bash
# run test
poetry run pytest
poetry run pytest --snapshot-update

# release
poetry version patch
```

## License

[MIT](./LICENSE) License © 2023 [XCPCIO][xcpcio]
Expand Down
Loading

0 comments on commit 7cea584

Please sign in to comment.