Skip to content

Commit

Permalink
fixed CI (#18)
Browse files Browse the repository at this point in the history
* fixed CI

* re-order
  • Loading branch information
xvjiarui authored Sep 9, 2020
1 parent 46f7b06 commit 558d9e5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
pip install -r lvis/requirements.txt
cd pycocotools
python setup.py sdist
- name: Publish distribution to PyPI
run: |
pip install twine
twine upload dist/* -u __token__ -p ${{ secrets.pypi_password }}
cd ..
- name: Build mmvlis
run: |
pip install wheel
Expand All @@ -30,5 +25,5 @@ jobs:
- name: Publish distribution to PyPI
run: |
pip install twine
twine upload dist/* -u __token__ -p ${{ secrets.pypi_password }}
cd ..
twine upload pycocotools/dist/* -u __token__ -p ${{ secrets.pypi_password }}
twine upload lvis/dist/* -u __token__ -p ${{ secrets.pypi_password }}

0 comments on commit 558d9e5

Please sign in to comment.