Skip to content

Commit

Permalink
Merge pull request #4106 from radarhere/releasing
Browse files Browse the repository at this point in the history
Do not download dev wheels
  • Loading branch information
hugovk committed Oct 1, 2019
2 parents 8a30d13 + 4908529 commit 211a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Released as needed privately to individual vendors for critical security-related
```
* [ ] Download distributions from the [Pillow Wheel Builder container](http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/).
```bash
wget -m -A 'Pillow-<VERSION>*' \
wget -m -A 'Pillow-<VERSION>-*' \
http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com
```

Expand Down

0 comments on commit 211a1da

Please sign in to comment.