Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin b77ca30df3 setup: Include templates in binary distribution 2018-07-27 08:25:56 -05:00
Dustin 2ac0fc2a5e ci: Add Jenkins pipeline 2018-07-27 08:19:25 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
rsync -rti dist/ ${PUBLISH_USER}@${PUBLISH_HOST}:wheelhouse \
--include '*.whl' --exclude '**'
ssh ${PUBLISH_USER}@${PUBLISH_HOST} \
venv/bin/pip install --upgrade --no-index -f wheelhouse DarkChestOfWonders
venv/bin/pip install --no-index -f wheelhouse DarkChestOfWonders