1
mirror of https://github.com/home-assistant/core synced 2024-07-12 07:21:24 +02:00

Use twine for release

This commit is contained in:
Paulus Schoutsen 2018-03-26 16:16:42 -07:00
parent 94d9aa0c5f
commit 3639a4470c

View File

@ -27,4 +27,5 @@ then
exit 1
fi
python3 setup.py sdist bdist_wheel upload
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/* --skip-existing