Skip to content

Commit

Permalink
Removed unused package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 29, 2022
1 parent 36806f7 commit b751fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: README.md changed
if: steps.verify_changed_files.outputs.files_changed == 'true'
run: |
echo "README.md has uncommited changes"
echo "README.md has uncommitted changes"
exit 1
- name: Create Pull Request
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
deploy_requires = [
"bump2version",
"readme_renderer[md]",
"changes",
"git-changelog",
]

Expand Down

0 comments on commit b751fad

Please sign in to comment.