takuseno/mvc-drl

View on GitHub
scripts/build_dist.sh

Summary

Maintainability
Test Coverage
#!/bin/bash -eux

# test package
python setup.py test

# build wheel packge
python setup.py bdist_wheel