-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathupload_pypi.sh
12 lines (12 loc) · 1.1 KB
/
upload_pypi.sh
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# ##########################################################################
# Author: Guannan Ma
# Brief: Upload cup to pypi
#
# Returns:
# succ: 0
# fail: not 0
# ##########################################################################
bash ./clean_build.sh
python setup.py bdist_wheel
twine upload ./output/dist/*