mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-21 21:31:36 +01:00
Use twine credentials
This commit is contained in:
parent
3037e888c4
commit
884a281f9c
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -38,6 +38,6 @@ jobs:
|
||||
run: python setup.py sdist bdist_wheel
|
||||
- name: Upload
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
||||
run: twine upload dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user