mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Use twine for release
This commit is contained in:
@@ -27,4 +27,5 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
python3 setup.py sdist bdist_wheel upload
|
python3 setup.py sdist bdist_wheel
|
||||||
|
python3 -m twine upload dist/* --skip-existing
|
||||||
|
Reference in New Issue
Block a user