aboutsummaryrefslogtreecommitdiff
path: root/python/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python/release.sh')
-rwxr-xr-xpython/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/release.sh b/python/release.sh
index a71cc7f5..b1ee937d 100755
--- a/python/release.sh
+++ b/python/release.sh
@@ -108,7 +108,7 @@ if [ $TESTING_ONLY -eq 0 ]; then
# include files you may not want in the package. E.g., if you have built
# and tested with --cpp_implemenation, bdist_xxx will include the _message.so
# file even when you no longer pass the --cpp_implemenation flag. See:
- # https://github.com/google/protobuf/issues/3042
+ # https://github.com/protocolbuffers/protobuf/issues/3042
python setup.py clean build bdist_egg bdist_wheel upload
else
# Set the version number back (i.e., remove dev suffix).