1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Only upload wheels to PyPI (#11514)

This commit is contained in:
Marc Mueller
2022-02-02 18:57:25 +01:00
committed by GitHub
parent a88da0e39a
commit 866a57cde4

View File

@@ -13,4 +13,4 @@ script/build_frontend
rm -rf dist home_assistant_frontend.egg-info
python3 -m build
python3 -m twine upload dist/* --skip-existing
python3 -m twine upload dist/*.whl --skip-existing