Skip to content

Commit

Permalink
Makefile: make 'release' target release on GitHub too
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Nov 28, 2024
1 parent 0c463a6 commit d5aa0d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ release:
$(MAKE) test && \
$(MAKE) dist && \
twine upload dist/* && \
git tag v$$(grep version pyproject.toml | grep -o "[0-9.]\+") && \
git push --tags
gh release create v$$version --title "Release v$$version" dist/*

loc:
cloc nancy tests/*.py
Expand Down

0 comments on commit d5aa0d0

Please sign in to comment.