Skip to content

Commit

Permalink
Add separate release-publish target to optimize the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Nov 5, 2016
1 parent 42007e0 commit 774e0e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ pypi-upload: build
git-push:
git push --tags

.PHONY: release-publish
release-publish: pypi-register pypi-upload git-push

.PHONY: release
release: release-prepare pypi-register pypi-upload git-push
release: release-prepare release-publish

## }}}

0 comments on commit 774e0e9

Please sign in to comment.