Skip to content

Commit 453a5ca

Browse files
committed
github actions to publish to pypi
1 parent 121f8d5 commit 453a5ca

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
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry install
2828
- name: Publish
2929
env:
30-
PYPI_TOKEN: ${{ secrets.$PYPI_TOKEN }}
30+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3131
run: |
3232
poetry config pypi-token.pypi $PYPI_TOKEN
3333
poetry publish --build

0 commit comments

Comments
 (0)