bwb/build-upload.sh

5 lines
89 B
Bash
Raw Normal View History

2019-09-10 02:32:11 +00:00
#!/bin/bash
rm -r dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*