Skip to content

Commit e77432f

Browse files
fix releasing (5)
1 parent 6d4c15f commit e77432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Build
2727
run: poetry build
2828
- name: Poetry publish config
29-
run: poetry config pypi-token.pypi $POETRY_HTTP_BASIC_PYPI_PASSWORD
29+
run: poetry config pypi-token.pypi ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
3030
- name: Publish to PyPi
3131
run: poetry publish --dry-run

0 commit comments

Comments
 (0)