bwb/build-upload.sh

5 lines
89 B
Bash

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