Duplicated from MGFeng/Nightglow-AI-03
c0c85fc
1
2
3
4
5
6
7
8
9
#!/bin/bash set -e rm -rf build dist *.egg-info pip install setuptools wheel twine python setup.py sdist bdist_wheel twine upload dist/*