Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder-Iro committed Apr 5, 2023
1 parent a5bb837 commit 23d145f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: coverage run --omit="*/test*" -m unittest -v
- name: Upload Coverage to codecov
uses: codecov/codecov-action@v3
- name: Build package
run: python -m build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 23d145f

Please sign in to comment.