add: token auth for pypi publish

This commit is contained in:
d3vyce 2024-04-02 20:06:08 +02:00 committed by GitHub
parent bd513a78b7
commit ab4a34bfd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}