diff --git a/.github/workflows/python-PyCTBN-package.yml b/.github/workflows/python-PyCTBN-package.yml index 5d3cf42..5b78767 100644 --- a/.github/workflows/python-PyCTBN-package.yml +++ b/.github/workflows/python-PyCTBN-package.yml @@ -44,16 +44,3 @@ jobs: - name: Test with pytest run: | pytest PyCTBN/tests/ - run: | - 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 . - git commit -m "Create New Realease at dist/" -a || true - # The above command will fail if no changes were present, so we ignore - # that. - - name: Push changes - uses: ad-m/github-push-action@master - with: - branch: master - github_token: ${{ secrets.PYCTBN_TOK }}