org-rw/scripts/upload-to-pip.sh

11 lines
98 B
Bash

#!/bin/sh
set -eu
cd "`dirname $0`"
cd ..
python setup.py sdist
twine upload --verbose dist/*