update deployment to match new packaging

This commit is contained in:
Waylon Walker 2021-06-18 08:03:13 -05:00
parent eae51447b2
commit 4bb02e166b

View file

@ -21,10 +21,8 @@ jobs:
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- run: |
pip install -r requirements.txt
- run: |
python pypi-list.py --full
- run: pip install -e .
- run: pypi-list
- run: |
[[ -d site ]] || mkdir site
cp data/*.json site