Skip to content

Commit 0b65f58

Browse files
committed
Github remote might not be 'origin'
1 parent 0832255 commit 0b65f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Standard Python v2.x version:
118118
- Create a release-<version> branch and shift to it with:
119119
git checkout -b release-<version>
120120
- Push the branch to Github with:
121-
git push origin release-<version>
121+
git push <github-remote> release-<version>
122122
- Create a setup-tools packaged tarball dist/phonenumbers-<version>.tar.gz
123123
with:
124124
make sdist # runs setup.py sdist

0 commit comments

Comments
 (0)