Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 190 Bytes

BUILD.rst

File metadata and controls

11 lines (6 loc) · 190 Bytes

Use global python, not a python in a venv.

Setup:

sudo python3 -m pip install --upgrade build twine

Release:

python3 -m twine upload dist/* --verbose
python3 -m build