Fix secret not passed to publish command
This commit is contained in:
parent
dcc26830cb
commit
1a7c1cce9d
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue