Compare commits
2 Commits
7e5970ecd9
...
5f10e80b46
Author | SHA1 | Date |
---|---|---|
|
5f10e80b46 | |
|
007a3e556a |
|
@ -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 --upgrade --force-reinstall --no-index -f wheelhouse DarkChestOfWonders
|
||||
|
|
Loading…
Reference in New Issue