Skip to content

Commit c651cee

Browse files
author
Krsto Proroković
committed
fix release.yml
1 parent 6d861a5 commit c651cee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
# poetry config virtualenvs.path .virtualenvs
1818
1919
- name: Publish to PyPI
20-
run: poetry publish --build --username "__token__" --password ${{ secrets.PIPY_TOKEN }}
20+
env:
21+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
22+
run: poetry publish --build --username "__token__" --password $PYPI_TOKEN

0 commit comments

Comments
 (0)