Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 296 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 296 Bytes

Publishing the PyPi package

Install dependencies

python3 -m pip install --upgrade build pip twine

Set the version in VERSION.txt (without preceding v)

Build

python3 -m build

Publish

python3 -m twine upload dist/open-bus-stride-client-$(cat VERSION.txt).tar.gz