Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 577 Bytes

Heavy Uploader

Python script for uploading and managing content on the Heavy Cloud Service (https://enzienaudio.com)

Installing

$ pip install hv-uploader

Upgrading

$ pip install hv-uploader -U

(Note: this will also update any dependencies)


Development

Creating and uploading new package version

$ 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/*