Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 262 Bytes

packaging.md

File metadata and controls

16 lines (11 loc) · 262 Bytes

pypi.org

test.pypi.org

twine upload --repository testpypi dist/*

RTZR Internal

VERSION=0.0.7
python setup.py sdist bdist_wheel --universal
twine upload dist/* -r rtzr
git tag -a -f -m '' v${VERSION}
git push -v origin refs/tags/v${VERSION}