Commit b5f6b6a 1 parent 18b958c commit b5f6b6a Copy full SHA for b5f6b6a
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
``` console
9
9
virtualenv env
10
10
source env/bin/activate
11
- pip install -U pip setuptools build[virtualenv]
11
+ pip install -U pip setuptools build[virtualenv] twine
12
12
```
13
13
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>* `
17
18
18
19
There are two [ extras] ( https://peps.python.org/pep-0508/#extras ) available.
19
20
- ` zulip ` : dependencies for the ` Zulip ` ` runbms ` plugin.
You can’t perform that action at this time.
0 commit comments