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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue