Skip to content

Commit b5f6b6a

Browse files
committed
Update development setup documentation
1 parent 18b958c commit b5f6b6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
```console
99
virtualenv env
1010
source env/bin/activate
11-
pip install -U pip setuptools build[virtualenv]
11+
pip install -U pip setuptools build[virtualenv] twine
1212
```
1313

14-
To make a distribution archives, run `python -m build` within the virtual environment.
15-
To run an editable build in the virtual environment, run `pip install -e .`.
16-
To install to user `site-packages`, run `pip install dist/running_ng-<VERSION>-py3-none-any.whl` outside the virtual environment.
14+
- To make a distribution archives, run `python -m build` within the virtual environment.
15+
- To run an editable build in the virtual environment, run `pip install -e .`.
16+
- To install to user `site-packages`, run `pip install dist/running_ng-<VERSION>-py3-none-any.whl` outside the virtual environment.
17+
- To update to PyPI, run `twine upload --repository running-ng dist/*<VERSION>*`
1718

1819
There are two [extras](https://peps.python.org/pep-0508/#extras) available.
1920
- `zulip`: dependencies for the `Zulip` `runbms` plugin.

0 commit comments

Comments
 (0)