mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 09:53:23 +01:00
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
|