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 23d145f commit 7a48392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
run: coverage run --omit="*/test*" -m unittest -v
- name: Upload Coverage to codecov
uses: codecov/codecov-action@v3
- name: Build package
- name: Build 📦
if: startsWith(github.ref, 'refs/tags')
run: python -m build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 7a48392

Please sign in to comment.