xviz/python/docs/release.md
Timothy Wojtaszek 3cd43ae3af
Python module rename to xviz_avs (#588)
* Fix Protobuf writer to add PBE1 prefix to file
* Update protobuf & fix directory writer
* Fix FutureInstance builder and add tests
2020-05-12 22:00:14 -07:00

237 B

build

python setup.py sdist bdist_wheel

install from local tgz

pip install dist/xviz_avs-X.X.X.tar.gz

test.pypi.org upload

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

pypi.org upload

twine upload dist/*