From db3bf0d7de93172e9a50887fd812110bd31480a2 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 20 Feb 2025 13:19:59 +0100 Subject: [PATCH] build notes updated --- notes/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/build.md b/notes/build.md index 663986b..61d1d4f 100644 --- a/notes/build.md +++ b/notes/build.md @@ -20,10 +20,10 @@ pytest # Build package: pip install build -python3 -m build +python -m build # Upload pip install twine #python3 -m twine upload dist/* -python3 -m twine upload --repository testpypi dist/* # Test repository: https://test.pypi.org/project/example_package_YOUR_USERNAME_HERE +python -m twine upload dist/* ```