Files
podman-compose/scripts/make_release.sh
Artur Barseghyan 6846b27585 Python packaging
2019-08-21 22:45:53 +02:00

6 lines
131 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 upload