Skip to content

Commit

Permalink
Fix rendering of cli commands
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Oct 18, 2023
1 parent c8bf471 commit b5c3703
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5c3703

Please sign in to comment.