podman-compose/scripts/make_release.sh
2019-09-03 00:19:07 +03:00

7 lines
146 B
Bash
Executable File

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