diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-07-18 15:01:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-07-18 15:01:01 -0400 |
commit | 9871209bcfae721c43a45ebccd15a469c013abd5 (patch) | |
tree | 6454afda906279c90e548d1e1c4521428f116139 | |
parent | d57a112b4657b4392dce9f0a6c06e59308801f37 (diff) | |
download | python-coveragepy-git-9871209bcfae721c43a45ebccd15a469c013abd5.tar.gz |
build: push --all is too much
-rw-r--r-- | howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ $ make kit_upload - Tag the tree $ git tag -a 3.0.1 - $ git push --all --follow-tags + $ git push --follow-tags - Bump version: - coverage/version.py - increment version number |