This commit is contained in:
parent
5366d1af93
commit
d8739a71a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user