mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
* Fix Protobuf writer to add PBE1 prefix to file * Update protobuf & fix directory writer * Fix FutureInstance builder and add tests
12 lines
237 B
Markdown
12 lines
237 B
Markdown
# 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/*
|