|
|
@ -44,10 +44,6 @@ jobs: |
|
|
|
- name: Test with pytest |
|
|
|
- name: Test with pytest |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
pytest PyCTBN/tests/ |
|
|
|
pytest PyCTBN/tests/ |
|
|
|
- name: Install pypa/build |
|
|
|
|
|
|
|
run: | |
|
|
|
|
|
|
|
python -m pip install build |
|
|
|
|
|
|
|
- name: Build a binary wheel and a source tarball |
|
|
|
|
|
|
|
run: | |
|
|
|
run: | |
|
|
|
python -m build --sdist --wheel --outdir dist/. |
|
|
|
python -m build --sdist --wheel --outdir dist/. |
|
|
|
git config --local user.email "f.martini@campus.unimib.it" |
|
|
|
git config --local user.email "f.martini@campus.unimib.it" |
|
|
|