mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-03 00:33:22 +02:00
add: token auth for pypi publish
This commit is contained in:
parent
bd513a78b7
commit
ab4a34bfd7
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@ -59,3 +59,6 @@ jobs:
|
|||||||
name: dist
|
name: dist
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
with:
|
||||||
|
user: __token__
|
||||||
|
password: ${{ secrets.PYPI_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user