Update publish.yaml [skip ci]
This commit is contained in:
parent
55e9bee373
commit
72df9a580d
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -25,4 +25,4 @@ jobs:
|
|||||||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
|
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi
|
if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi
|
||||||
run: poetry publish
|
run: poetry publish --build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user