From be2bbae710d6b4c92e9fc37908659e5798483767 Mon Sep 17 00:00:00 2001 From: philipMartini <45294280+philipMartini@users.noreply.github.com> Date: Sat, 13 Mar 2021 22:19:48 +0100 Subject: [PATCH] Update python-PyCTBN-package.yml --- .github/workflows/python-PyCTBN-package.yml | 25 +-------------------- 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/python-PyCTBN-package.yml b/.github/workflows/python-PyCTBN-package.yml index 557f683..3842459 100644 --- a/.github/workflows/python-PyCTBN-package.yml +++ b/.github/workflows/python-PyCTBN-package.yml @@ -42,29 +42,6 @@ jobs: - name: Test with pytest run: | pytest PyCTBN/tests/ - - name: Install pypa/build - run: >- - python -m - pip install - build - --user - - name: Build a binary wheel and a source tarball - 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. - git pull origin - - name: Push changes - uses: ad-m/github-push-action@master - with: + branch: master github_token: ${{ secrets.PYCTBN_TOK }}