Skip to content

Commit

Permalink
Remove unneeded diagram step
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Feb 15, 2024
1 parent b75315f commit b96d149
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,14 @@ jobs:
poetry version prerelease

- name: Commit changes
- name: Commit & push changes
run: |
git config --local user.email "[email protected]"
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/[email protected]
with:
Expand Down

0 comments on commit b96d149

Please sign in to comment.