1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

Fix secret name in the publish workflow

This commit is contained in:
Steffo 2020-07-31 00:57:24 +02:00
parent 775278ade2
commit 1bd2bee99f

View file

@ -20,5 +20,5 @@ jobs:
run: poetry build
- name: Publish
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_USERNAME }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: poetry publish