diff --git a/notes_to_self/howtorelease.md b/notes_to_self/howtorelease.md index 5f31a6d..a1b52d7 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/ ```