upload.sh 116 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
4
5
#!/usr/bin/env bash
#python setup.py sdist upload
rm ./dist/*
python setup.py sdist bdist_wheel
twine upload dist/*