Skip to content

Commit 88e41a4

Browse files
committed
Updated python-publish
1 parent 05a3d7c commit 88e41a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535

3636
- name: Publish package to PyPI
3737
env:
38-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
39-
run: poetry publish --build --username __token__ --password $PYPI_TOKEN_PYPI
38+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
39+
run: poetry publish --build --username __token__ --password $PYPI_API_TOKEN

0 commit comments

Comments
 (0)