Skip to content

Commit 4215af8

Browse files
committed
update actions
1 parent d14fc74 commit 4215af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
30-
poetry publish --build --username $TWINE_USERNAME --password $TWINE_PASSWORD
30+
poetry publish --build --username ${TWINE_USERNAME} --password ${TWINE_PASSWORD}

0 commit comments

Comments
 (0)