mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add twine to release flow (#8254)
This commit is contained in:
parent
6483f23558
commit
6b0a8eae74
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