Skip to content

Commit

Permalink
drop format script and drop poetry from verify_tag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Oct 3, 2024
1 parent 87d99e0 commit 65c8cf7
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 65c8cf7

Please sign in to comment.