podman-compose/scripts/make_release.sh
2019-08-22 00:15:59 +02:00

7 lines
144 B
Bash
Executable File

#!/usr/bin/env bash
./scripts/uninstall.sh
./scripts/clean_up.sh
python setup.py register
python setup.py sdist bdist_wheel
twine upload dist/*