forked from extern/podman-compose
6 lines
131 B
Bash
6 lines
131 B
Bash
|
#!/usr/bin/env bash
|
||
|
./scripts/uninstall.sh
|
||
|
./scripts/clean_up.sh
|
||
|
python setup.py register
|
||
|
python setup.py sdist bdist_wheel upload
|