mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2026-08-04 16:04:08 +00:00
add: token auth for pypi publish
This commit is contained in:
@@ -59,3 +59,6 @@ jobs:
|
||||
name: dist
|
||||
- name: Publish package distributions to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user