podman-compose/scripts/make_release.sh

7 lines
146 B
Bash
Raw Normal View History

2019-08-21 22:45:53 +02:00
#!/usr/bin/env bash
./scripts/uninstall.sh
./scripts/clean_up.sh
python3 setup.py register
python3 setup.py sdist bdist_wheel
2019-08-22 00:15:59 +02:00
twine upload dist/*