Use twine for uploads

This commit is contained in:
Artur Barseghyan 2019-08-22 00:15:59 +02:00
parent ea166f1da3
commit 0501ea6084
2 changed files with 3 additions and 2 deletions

View File

@ -2,4 +2,5 @@
./scripts/uninstall.sh
./scripts/clean_up.sh
python setup.py register
python setup.py sdist bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*

View File

@ -6,7 +6,7 @@ try:
except:
readme = ''
version = '0.1.1'
version = '0.1.2'
setup(
name='podman-compose',