mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 16:03:16 +01:00
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
./scripts/uninstall.sh
|
|
./scripts/clean_up.sh
|
|
python3 setup.py register
|
|
python3 setup.py sdist bdist_wheel
|
|
twine upload dist/*
|