Skip to content

Commit

Permalink
build: ensure tags are signed even if commits are not
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 27, 2024
1 parent ad0884f commit 9d81369
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 @@ -79,7 +79,7 @@ pypi: ## upload the built distributions to PyPI.
python -m twine upload --verbose dist/*

tag: ## make a git tag with the version number
git tag -a -m "Version $(VERSION)" $(VERSION)
git tag -s -m "Version $(VERSION)" $(VERSION)
git push --all

gh_release: ## make a GitHub release
Expand Down

0 comments on commit 9d81369

Please sign in to comment.