Skip to content

Commit

Permalink
CI: Test for building package
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 5, 2023
1 parent d781d96 commit 2a20a3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
- name: Test with pytest
run: |
pytest -vv --cov=duetector
- name: Install dependencies for building
run: |
pip install build twine hatch
- name: Test building
run: python -m build

0 comments on commit 2a20a3c

Please sign in to comment.