From 6e15861ba6829bea000ad96306f933119e55b11f Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sun, 19 Mar 2023 17:10:52 -0600 Subject: [PATCH] updated instructions for build, new pkgs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: