diff --git a/README.rst b/README.rst index 3e4ce9050..fdb15af0c 100644 --- a/README.rst +++ b/README.rst @@ -40,10 +40,9 @@ earliest NumPy that Pillow is compatible with; see Wheels ------ -Wheels are uploaded to a -`Rackspace container `_. -Credentials for this container are encrypted to this specific repo in the -``.travis.yml`` file, so the upload won't work from another repository. +Wheels are uploaded to https://github.com/python-pillow/pillow-wheels/releases. +Credentials are encrypted to this specific repo in the ``.travis.yml`` file, +so the upload won't work from another repository. PyPI ~~~~ diff --git a/update-pillow-tag.sh b/update-pillow-tag.sh index a48d6cab0..9bf037bd5 100755 --- a/update-pillow-tag.sh +++ b/update-pillow-tag.sh @@ -15,4 +15,5 @@ git fetch --all git checkout $1 cd .. git commit -m "Pillow -> $1" Pillow -git push +git tag $1 +git push origin $1 \ No newline at end of file