forked from extern/podman-compose
6 lines
131 B
Bash
Executable File
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
|