We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4e1d4 commit 0d2f839Copy full SHA for 0d2f839
Makefile
@@ -113,7 +113,7 @@ release: distclean releasecheck ## release a new version of patool
113
$(MAKE) dist release-gh release-pypi release-homepage github-issues
114
115
.PHONY: releasecheck
116
-releasecheck: update_webmeta checkgit checkchangelog lint test typecheck checkgitreleasetag ## check that repo is ready for release
+releasecheck: update-webmeta checkgit checkchangelog lint test typecheck checkgitreleasetag ## check that repo is ready for release
117
118
.PHONY: checkgit
119
checkgit: ## check that git changes are all committed on the main branch
0 commit comments