Skip to content

Commit 1a4d7de

Browse files
authored
Update publish.yaml, typo [skip ci[
1 parent 72df9a5 commit 1a4d7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
2626
run: |
2727
if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi
28-
run: poetry publish --build
28+
poetry publish --build

0 commit comments

Comments
 (0)