pytorch-dnc/release.sh
2017-10-26 21:30:30 +05:30

7 lines
106 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf dist/
python3 setup.py sdist
python3 setup.py bdist_wheel
twine upload dist/*