From aa2a7f050fcf11ad5d9dc2ccce925b4a56128452 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet <jgbt@protonmail.com> Date: Tue, 10 Dec 2024 14:43:39 -0500 Subject: [PATCH] TOSQUASH: 9002f60 howtorelease.md file --- notes_to_self/howtorelease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes_to_self/howtorelease.md b/notes_to_self/howtorelease.md index 5f31a6d8..a1b52d7a 100644 --- a/notes_to_self/howtorelease.md +++ b/notes_to_self/howtorelease.md @@ -1,7 +1,7 @@ First generate a built disti: ``` -python -m pip install --upgrade build +python -m pip install --upgrade build python -m build --sdist --outdir dist/alpha5/ ```