podman-compose/scripts/make_release.sh

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/*