Commit 723da46e authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added upload.sh

parent efad1df3
#!/usr/bin/env bash
#python setup.py sdist upload
rm ./dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment