Fix secret not passed to publish command

This commit is contained in:
Thor77 2023-01-14 18:45:39 +01:00
parent dcc26830cb
commit 1a7c1cce9d
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ jobs:
poetry-version: '1.3' poetry-version: '1.3'
- name: Publish - name: Publish
run: poetry publish --build run: poetry publish --build
env:
POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}