podman-compose/scripts/make_release.sh

6 lines
131 B
Bash
Raw Normal View History

2019-08-21 22:45:53 +02:00
#!/usr/bin/env bash
./scripts/uninstall.sh
./scripts/clean_up.sh
python setup.py register
python setup.py sdist bdist_wheel upload