production: type: deploy script: - pip install --upgrade -r requirements.txt - cd src - python setup.py py2exe - cd .. - move src\dist dist - cd dist artifacts: paths: - ./* expire_in: 1 week