Skip to content

Commit afd8e8e

Browse files
committed
add build step
1 parent a7f58b3 commit afd8e8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Test with pytest
3030
run: |
3131
pytest --cov=helloasso_python
32+
- name: Build package
33+
run: |
34+
pip install build
35+
python -m build
3236
- name: upload dists
3337
uses: actions/upload-artifact@v4
3438
with:

0 commit comments

Comments
 (0)