mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +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
|
- name: Build and release package
|
||||||
run: |
|
run: |
|
||||||
|
python3 -m pip install twine
|
||||||
export TWINE_USERNAME="__token__"
|
export TWINE_USERNAME="__token__"
|
||||||
export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"
|
export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user