We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f58b3 commit afd8e8eCopy full SHA for afd8e8e
1 file changed
.github/workflows/python.yml
@@ -29,6 +29,10 @@ jobs:
29
- name: Test with pytest
30
run: |
31
pytest --cov=helloasso_python
32
+ - name: Build package
33
+ run: |
34
+ pip install build
35
+ python -m build
36
- name: upload dists
37
uses: actions/upload-artifact@v4
38
with:
0 commit comments