Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 9, 2024
1 parent da4d3f8 commit 93f531d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ validate-release:
@if [[ "${VERSION}" == "" ]]; then echo "VERSION is not set" & exit 1 ; fi

@if [[ $$(grep "version = \"${VERSION}\"" pyproject.toml) == "" ]] ; then echo "Version not bumped in pyproject.toml" & exit 1 ; fi
@if [[ $$(grep "VERSION = \"${VERSION}\"" hookee/conf.py) == "" ]] ; then echo "Version not bumped in hookee/conf.py" & exit 1 ; fi
@if [[ $$(grep "__version__ = \"${VERSION}\"" hookee/conf.py) == "" ]] ; then echo "Version not bumped in hookee/conf.py" & exit 1 ; fi

upload: local
@( \
Expand Down

0 comments on commit 93f531d

Please sign in to comment.