Skip to content

Commit

Permalink
Add build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Feb 6, 2024
1 parent afe967f commit a1014c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
flags: pytests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build package test
run: |
pip install build
python -m build
- name: Build package test (with tmp folder)
run: |
mkdir tmp
pip install build
python -m build
publish:
name: Publish to PyPi
Expand Down

0 comments on commit a1014c4

Please sign in to comment.