File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,10 @@ coverage: ## check code coverage quickly with the default Python
130130
131131# RELEASE TARGETS
132132
133+ .PHONY : git-push
134+ git-push : # # Simply push the repository to github
135+ git push
136+
133137.PHONY : dist
134138dist : clean # # builds source and wheel package
135139 python -m build --wheel --sdist
@@ -233,7 +237,7 @@ release: check-release bumpversion-release publish bumpversion-patch
233237release-test : check-release bumpversion-release-test publish-test bumpversion-revert
234238
235239.PHONY : release-candidate
236- release-candidate : check-main publish bumpversion-candidate
240+ release-candidate : check-main publish bumpversion-candidate git-push
237241
238242.PHONY : release-candidate-test
239243release-candidate-test : check-clean check-main publish-test
You can’t perform that action at this time.
0 commit comments