forked from extern/podman-compose
Python packaging
This commit is contained in:
5
scripts/make_release.sh
Executable file
5
scripts/make_release.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
./scripts/uninstall.sh
|
||||
./scripts/clean_up.sh
|
||||
python setup.py register
|
||||
python setup.py sdist bdist_wheel upload
|
Reference in New Issue
Block a user