`npm run package` builds distribution artifacts for NPM and PyPI, so we should add some scripting that publishes those build artifacts. Open questions: - What account would be used for publishing to each package manager? - When/how would publishing happen? - Seems like having it run as part of CI would be preferable - Only publish if the version number has changed?