tzk/publish.sh
2021-09-21 12:42:01 -05:00

8 lines
101 B
Bash
Executable File

#!/bin/bash
set -e
rm -f dist/*
mkdir -p dist
python setup.py sdist bdist_wheel
twine upload dist/*