Skip to content

Commit

Permalink
Update publish.yaml, typo [skip ci[
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch authored Mar 19, 2024
1 parent 72df9a5 commit 1a4d7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi
run: poetry publish --build
poetry publish --build

0 comments on commit 1a4d7de

Please sign in to comment.