Skip to content

Commit

Permalink
Merge pull request #157 from radarhere/releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 7, 2020
2 parents d478f8b + ae55aed commit 132bd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ earliest NumPy that Pillow is compatible with; see
Wheels
------

Wheels are uploaded to a
`Rackspace container <https://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/>`_.
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
~~~~
Expand Down
3 changes: 2 additions & 1 deletion update-pillow-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 132bd88

Please sign in to comment.