#!/bin/sh rsync -rti dist/ ${PUBLISH_USER}@${PUBLISH_HOST}:wheelhouse \ --include '*.whl' --exclude '**' ssh ${PUBLISH_USER}@${PUBLISH_HOST} \ venv/bin/pip install --upgrade --force-reinstall --no-index -f wheelhouse DarkChestOfWonders