Only upload wheels to PyPI (#11514)
parent
a88da0e39a
commit
866a57cde4
|
@ -13,4 +13,4 @@ script/build_frontend
|
||||||
|
|
||||||
rm -rf dist home_assistant_frontend.egg-info
|
rm -rf dist home_assistant_frontend.egg-info
|
||||||
python3 -m build
|
python3 -m build
|
||||||
python3 -m twine upload dist/* --skip-existing
|
python3 -m twine upload dist/*.whl --skip-existing
|
||||||
|
|
Loading…
Reference in New Issue