mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 11:26:17 +03:00
Merge pull request #157 from radarhere/releases
This commit is contained in:
commit
132bd88aee
|
@ -40,10 +40,9 @@ earliest NumPy that Pillow is compatible with; see
|
||||||
Wheels
|
Wheels
|
||||||
------
|
------
|
||||||
|
|
||||||
Wheels are uploaded to a
|
Wheels are uploaded to https://github.com/python-pillow/pillow-wheels/releases.
|
||||||
`Rackspace container <https://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/>`_.
|
Credentials are encrypted to this specific repo in the ``.travis.yml`` file,
|
||||||
Credentials for this container are encrypted to this specific repo in the
|
so the upload won't work from another repository.
|
||||||
``.travis.yml`` file, so the upload won't work from another repository.
|
|
||||||
|
|
||||||
PyPI
|
PyPI
|
||||||
~~~~
|
~~~~
|
||||||
|
|
|
@ -15,4 +15,5 @@ git fetch --all
|
||||||
git checkout $1
|
git checkout $1
|
||||||
cd ..
|
cd ..
|
||||||
git commit -m "Pillow -> $1" Pillow
|
git commit -m "Pillow -> $1" Pillow
|
||||||
git push
|
git tag $1
|
||||||
|
git push origin $1
|
Loading…
Reference in New Issue
Block a user