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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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