From b5c3703f88dadb67b3458fd7862b836f3aca254f Mon Sep 17 00:00:00 2001 From: Adam Li Date: Wed, 18 Oct 2023 12:02:00 -0400 Subject: [PATCH] Fix rendering of cli commands Signed-off-by: Adam Li --- DEVELOPING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index dced40eef..9fdc18090 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -174,13 +174,17 @@ https://github.com/neurodata/scikit-tree/actions/workflows/build_wheels.yml will 2. Upload wheels to test PyPi - twine upload --repository-url https://test.pypi.org/legacy/ dist/* +``` +twine upload --repository-url https://test.pypi.org/legacy/ dist/* +``` Verify that installations work as expected on your machine. 3. Upload wheels - twine upload dist/* +``` +twine upload dist/* +``` or if you have two-factor authentication enabled: https://pypi.org/help/#apitoken