Skip to content

Commit 7fbf9c0

Browse files
committed
ci(workflows): add package build step to verify sdist and wheel before release
1 parent 3bd87de commit 7fbf9c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
run: |
4444
pip install .
4545
46+
- name: Build package
47+
run: |
48+
pip install build
49+
python -m build
50+
4651
- name: Run tests
4752
run: |
4853
pytest -q

0 commit comments

Comments
 (0)