Update publish.yaml, typo [skip ci[

This commit is contained in:
Michael Panchenko 2024-03-20 00:41:46 +01:00 committed by GitHub
parent 72df9a580d
commit 1a4d7deca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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