Files
bwb/build-upload.sh
2019-09-10 02:32:11 +00:00

5 lines
89 B
Bash

#!/bin/bash
rm -r dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*