mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-13 02:45:12 +02:00
Use twine for uploads
This commit is contained in:
@ -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/*
|
||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ try:
|
||||
except:
|
||||
readme = ''
|
||||
|
||||
version = '0.1.1'
|
||||
version = '0.1.2'
|
||||
|
||||
setup(
|
||||
name='podman-compose',
|
||||
|
Reference in New Issue
Block a user