diff --git a/.drone.yml b/.drone.yml index e388e9f..5e3fcf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,10 @@ steps: commands: - pip install poetry - cd bstools - - poetry install - - poetry run python bstools.py fetch-mentions --mentions-file ../brainsteam/data/mentions.json + - poetry build + - pip install ./dist/bstools*.whl + - cd ../ + - python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - name: store_webmentions image: appleboy/drone-git-push