From b96d14986570c74d599aa8fbc96268832d0886e1 Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Wed, 14 Feb 2024 21:11:25 -0500 Subject: [PATCH] Remove unneeded diagram step --- .github/workflows/publish.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e96394..ee6d248 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,23 +22,14 @@ jobs: poetry version prerelease - - name: Commit changes + - name: Commit & push changes run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add . git commit -m "Bump version" || echo "No changes to commit" + git push - - - name: Update diagram - uses: githubocto/repo-visualizer@main - with: - excluded_paths: "ignore,.github" - should_push: false - - - name: Push changes - run: git push - - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.16 with: