mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 05:54:34 +02:00
scripts: Add script to make new release
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
6
scripts/make_release_upload.sh
Executable file
6
scripts/make_release_upload.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
./scripts/uninstall.sh
|
||||
./scripts/clean_up.sh
|
||||
python3 setup.py register
|
||||
python3 setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
Reference in New Issue
Block a user