mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-14 01:09:34 +01:00
7 lines
146 B
Bash
7 lines
146 B
Bash
|
#!/usr/bin/env bash
|
||
|
./scripts/uninstall.sh
|
||
|
./scripts/clean_up.sh
|
||
|
python3 setup.py register
|
||
|
python3 setup.py sdist bdist_wheel
|
||
|
twine upload dist/*
|