mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Add twine to release flow (#8254)
This commit is contained in:
parent
00412c7216
commit
0cf8004b8d
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
|
||||
- name: Build and release package
|
||||
run: |
|
||||
python3 -m pip install twine
|
||||
export TWINE_USERNAME="__token__"
|
||||
export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user