Fix: yaml syntax
Some checks failed
Gitea Actions Demo / Hello-Gitea-Actions (push) Failing after 11s
Publish to pipy / Build and publish Python 🐍 distributions 📦 to PyPI (push) Failing after 23s

This commit is contained in:
Bertrand Benjamin 2023-06-27 11:59:40 +02:00
parent a8550712fe
commit e1332e5e4e

View File

@ -11,7 +11,7 @@ steps:
- name: build-and-publish - name: build-and-publish
image: python:3.11 image: python:3.11
commands: commands:
- echo "Tag: ${DRONE_TAG}" - echo ${DRONE_TAG}
- sed -i "s/VERSION_PLACEHOLDER/${DRONE_TAG}/g" pyproject.toml - sed -i "s/VERSION_PLACEHOLDER/${DRONE_TAG}/g" pyproject.toml
- curl -sSL https://install.python-poetry.org | python3 - - curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH" - export PATH="/root/.local/bin:$PATH"