mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Use env to send token to poetry
This commit is contained in:
parent
0e68af92f8
commit
3f4002c3a8
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@ -69,5 +69,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
run: poetry publish --build --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
|
env:
|
||||||
|
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
run: poetry publish
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user