From 651eba7ea38454d5ba2b499e761bc2458201232d Mon Sep 17 00:00:00 2001 From: David Buchanan Date: Sat, 21 Dec 2024 10:57:51 +0000 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3894178..15fd992 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ make html publishing to pypi: (this one is mainly for my benefit!) ``` +rm -rf build/* dist/* python3 -m build -python3 -m twine upload --repository pypi dist/atmst-*.tar.gz +python3 -m twine upload --repository pypi dist/* ```