Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EMalagoli92 committed Apr 3, 2024
1 parent a4cfaba commit f4ed177
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
run: |
sudo venv/bin/python -m pip install -r requirements.txt
sudo venv/bin/python -m pip install pycocotools==2.0.7
sudo venv/bin/python -m unittest discover tests
sudo venv/bin/python -m pip install coverage
sudo venv/bin/python -m coverage run -m unittest discover tests
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: EMalagoli92/OD-Metrics
- name: Mypy
run: |
sudo venv/bin/python -m pip install mypy
Expand Down Expand Up @@ -160,4 +166,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f4ed177

Please sign in to comment.