diff --git a/.github/workflows/python-PyCTBN-package.yml b/.github/workflows/python-PyCTBN-package.yml index 1640330..ea7de22 100644 --- a/.github/workflows/python-PyCTBN-package.yml +++ b/.github/workflows/python-PyCTBN-package.yml @@ -44,18 +44,11 @@ jobs: pytest PyCTBN/tests/ - name: Install pypa/build run: | - python -m - pip install - build - --user + python -m pip install build - name: Build a binary wheel and a source tarball run: | git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch - 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.name "philipMartini" git add .