Merge pull request #140 from radarhere/rackcdn

Do not download dev wheels
This commit is contained in:
Hugo van Kemenade 2020-02-15 07:08:26 +02:00 committed by GitHub
commit 0221aa02e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,10 +50,10 @@ PyPI
Download wheels from Rackspace::
wget -m -A 'Pillow-<VERSION>*' \
wget -m -A 'Pillow-<VERSION>-*' \
http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com
Upload wheels to PyPI::
cd a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com
twine upload Pillow-<VERSION>*
twine upload Pillow-<VERSION>-*