Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 310 Bytes

RELEASING.md

File metadata and controls

21 lines (13 loc) · 310 Bytes

Release OpenCensus Python

Steps

Create a Github release

Update the version number in setup.py

Update the version number in stackdriver_exporter.py

Build the Python wheel

python setup.py bdist_wheel

Upload the package to PyPI using twine

twine upload dist/*