diff --git a/README.md b/README.md index 362b791..7e195b8 100644 --- a/README.md +++ b/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: