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

This commit is contained in:
Bertrand Benjamin 2023-06-27 11:59:40 +02:00
parent a8550712fe
commit e1332e5e4e
1 changed files with 1 additions and 1 deletions

View File

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