Skip to content

Commit

Permalink
git push --tags only pushes tags without the required objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Nov 18, 2016
1 parent 0a8821d commit ed82506
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 @@ -173,7 +173,7 @@ pypi-upload: build

.PHONY: git-push
git-push:
git push --tags
git push --follow-tags

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

0 comments on commit ed82506

Please sign in to comment.