Skip to content

Commit

Permalink
Merge pull request #838 from jhkennedy/scripts
Browse files Browse the repository at this point in the history
Drop unused format script
  • Loading branch information
jhkennedy authored Oct 4, 2024
2 parents ed3fb7b + 7711b72 commit 45270c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions scripts/format.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/verify_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ echo "${git_tag} ${current_version}"
if [ $current_version == $git_tag ]; then
echo "Version does match git tag"
else
echo "Version does not match git tag, Poetry: ${current_version} vs Tag: ${git_tag} "
echo "Version does not match git tag! pyproject.toml: ${current_version} vs Tag: ${git_tag} "
exit 1
fi

0 comments on commit 45270c1

Please sign in to comment.