mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix secret name in the publish workflow
This commit is contained in:
parent
775278ade2
commit
1bd2bee99f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -20,5 +20,5 @@ jobs:
|
||||||
run: poetry build
|
run: poetry build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_USERNAME }}
|
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
|
||||||
run: poetry publish
|
run: poetry publish
|
||||||
|
|
Loading…
Reference in a new issue