macresources/upload.sh
2018-10-21 18:43:26 +08:00

6 lines
78 B
Bash
Executable File

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