image: python:3.7-alpine job: script: - apk update && apk add make - pip install -r requirements.txt - make publish