As part of https://github.com/bugout-dev/moonstream/pull/286, @Yhtiyar and I published the `nfts` package to PyPI. We did this manually: ```bash python setup.py sdist bdist_wheel twine upload dist/* ``` We need to automate this publication (similar to Humbug Python). **NOTE:** This issue depends on #286 being merged. Related issue: #287