mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-02 18:38:05 +01:00
parent
9e1b80ceff
commit
1d6fce92d0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -38,6 +38,6 @@ jobs:
|
|||||||
run: python setup.py sdist bdist_wheel
|
run: python setup.py sdist bdist_wheel
|
||||||
- name: Upload
|
- name: Upload
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
|
TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||||
run: twine upload dist/*
|
run: twine upload dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user