This commit is contained in:
Marc Mueller 2022-02-05 18:21:49 +01:00
parent 4865e63001
commit 9d1ae76bda
2 changed files with 7 additions and 7 deletions

View File

@ -35,15 +35,15 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Download Translations
run: ./script/translations_download
env:
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
# - name: Download Translations
# run: ./script/translations_download
# env:
# LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
- name: Build and release package
run: |
python3 -m pip install twine build
export TWINE_USERNAME="__token__"
export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"
# export TWINE_USERNAME="__token__"
# export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"
script/release

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/*.whl --skip-existing
# python3 -m twine upload dist/*.whl --skip-existing