Browse Source

updated instructions for build, new pkgs

hosting
Michael Pilosov 2 years ago
parent
commit
6e15861ba6
  1. 6
      README.md

6
README.md

@ -23,6 +23,12 @@ rm -rf dist/ build/ .eggs/ .pytest_cache/ src/announce_server.egg-info/
python -m build --sdist --wheel
```
To publish:
```bash
twine upload dist/*
```
## Test
To run the tests, call:

Loading…
Cancel
Save