ci: use poetry #2

Merged
williamluke merged 5 commits from lum/poetry-test into main 2022-02-03 12:18:41 +01:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit 31f14aac47 - Show all commits

View File

@ -22,6 +22,19 @@ steps:
- name: poetry_cache
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:
- name: poetry_cache
host:

2
rsync.sh Normal file
View File

@ -0,0 +1,2 @@
# rsync -r ./dist/ root@root.grassrootseconomics.net:/usr/local/share/python/packages/
rsync -r ./dist/ root@vultr.williamluke.dev:/root/