updated instructions for build, new pkgs

This commit is contained in:
Michael Pilosov 2023-03-19 17:10:52 -06:00
parent 1d502d2107
commit 6e15861ba6

View File

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