Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit fe649b5

Browse files
authored
Fix bad syntax of github actions
1 parent 1e5c702 commit fe649b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Publish distribution to PyPI
4040
run: poetry publish
4141
env:
42-
POETRY_PYPI_TOKEN_PYPI=${{ secrets.PYPI_TOKEN }}
42+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
4343

4444
# Publish docs to github pages
4545
- name: Setup Pages

0 commit comments

Comments
 (0)