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