From 2a172285958e7697dc42fd4fde6cfd89cf104e6d Mon Sep 17 00:00:00 2001 From: "taisuke.fujita" Date: Sat, 21 Sep 2024 09:06:29 +0900 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab14aca..faa7be6 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The created anonymized data is below(Guarantee 2-anonymity). ## Publish PyPI ``` +$ python -m pip install hatchling wheel twine $ python -m build --wheel . $ python -m twine upload dist/* ```