Python script for uploading and managing content on the Heavy Cloud Service (https://enzienaudio.com)
$ pip install hv-uploader
$ pip install hv-uploader -U
(Note: this will also update any dependencies)
$ pip install twine
Update the version
string in setup.py to the date of version upload.
$ rm -rf ./dist/
$ python setup.py sdist bdist_wheel
$ twine upload dist/*