From 7b7d8ec99a4aad0c120e9e69c53c7bab8840976c Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 7 Jun 2015 21:21:06 -0400 Subject: [PATCH] Update --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 59683a14f..924134a19 100644 --- a/README.rst +++ b/README.rst @@ -22,3 +22,7 @@ Notes - Check minimum numpy versions to build against in ``.travis.yml`` file. Build against the earliest numpy that Pillow is compatible with; see `forward, backward numpy compatibility `_ - 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. + +- Download wheels with ``wget -m -A 'Pillow-*' http://cdf58691c5cf45771290-6a3b6a0f5f6ab91aadc447b2a897dd9a.r50.cf2.rackcdn.com/`` + +- Upload to PyPI with ``twine upload Pillow-*``