fix: another
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
William Luke 2022-02-23 10:16:31 +03:00
parent 5366d1af93
commit d8739a71a6

View File

@ -27,6 +27,8 @@ steps:
image: python:3.7.2
commands:
# Install dependencies
- pip install poetry
- poetry install
- poetry run semantic-release publish
depends_on:
- test