tbxi/upload.sh

6 lines
78 B
Bash
Raw Permalink Normal View History

2019-05-26 03:36:00 +00:00
#!/bin/sh
rm -rf dist
python3 setup.py sdist bdist_wheel
twine upload dist/*