Skip to content

Commit c17aeb5

Browse files
author
abel
committed
(fix) Fix release workflow configuration
1 parent 088e3fd commit c17aeb5

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
@@ -16,6 +16,8 @@ jobs:
1616
- name: Install poetry
1717
run: python -m pip install poetry
1818
- name: Publish package
19+
env:
20+
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
1921
run: |
20-
poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
22+
poetry config pypi-token.pypi $PYPI_TOKEN
2123
poetry publish --build

0 commit comments

Comments
 (0)