mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Clean up build artifacts correctly
This commit is contained in:
@@ -27,6 +27,6 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf dist
|
rm -rf dist build
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
python3 -m twine upload dist/* --skip-existing
|
python3 -m twine upload dist/* --skip-existing
|
||||||
|
Reference in New Issue
Block a user