production: type: deploy script: - pip install --upgrade -r requirements.txt - cd src - python setup.py py2exe - cd .. - cd scripts - python prepare_zipversion.py artifacts: paths: - src\socializer.zip