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