ci: use poetry #2
13
.drone.yml
13
.drone.yml
@ -22,6 +22,19 @@ steps:
|
|||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
path: /root/.cache/pypoetry
|
path: /root/.cache/pypoetry
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: python:3.7.2
|
||||||
|
commands:
|
||||||
|
# Install dependencies
|
||||||
|
- pip install --no-cache-dir poetry
|
||||||
|
- poetry install
|
||||||
|
- poetry run semantic-release publish --noop
|
||||||
|
environment:
|
||||||
|
LOGLEVEL: info
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: poetry_cache
|
||||||
|
path: /root/.cache/pypoetry
|
||||||
volumes:
|
volumes:
|
||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user