Skip to content

Commit 7c0d173

Browse files
authored
Tweak release script further
1 parent fb80d76 commit 7c0d173

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
@@ -69,5 +69,5 @@ jobs:
6969
- name: Upload to PyPI
7070
id: upload_to_pypi
7171
run: |
72-
poetry config http-basic.pypi "__token__" "${POETRY_PYPI_TOKEN_PYPI}"
72+
poetry config http-basic.pypi "__token__" "${{ secrets.POETRY_PYPI_TOKEN_PYPI }}"
7373
poetry publish

0 commit comments

Comments
 (0)