Files
reolink_api/make-and-publish-package.sh
Alano 984747e1db Updated to v0.0.5
Updated readme.
Updated twine package script.
2020-12-07 12:09:12 +02:00

3 lines
65 B
Bash
Executable File

rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*