1
0
Fork 0

Update python-PyCTBN-package.yml

master
lmoretti96 4 years ago committed by GitHub
parent 70d15fb754
commit 01825691fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/python-PyCTBN-package.yml

@ -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"