update deployment to match new packaging
This commit is contained in:
parent
eae51447b2
commit
4bb02e166b
1 changed files with 2 additions and 4 deletions
6
.github/workflows/deploy-pypi-list.yml
vendored
6
.github/workflows/deploy-pypi-list.yml
vendored
|
|
@ -21,10 +21,8 @@ jobs:
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
- run: |
|
- run: pip install -e .
|
||||||
pip install -r requirements.txt
|
- run: pypi-list
|
||||||
- run: |
|
|
||||||
python pypi-list.py --full
|
|
||||||
- run: |
|
- run: |
|
||||||
[[ -d site ]] || mkdir site
|
[[ -d site ]] || mkdir site
|
||||||
cp data/*.json site
|
cp data/*.json site
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue