We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b5539 commit cb68187Copy full SHA for cb68187
RELEASING.md
@@ -106,7 +106,7 @@ Released as needed privately to individual vendors for critical security-related
106
./update-pillow-tag.sh [[release tag]]
107
```
108
* [ ] Download wheels from the [Pillow Wheel Builder release](https://github.com/python-pillow/pillow-wheels/releases)
109
- and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli):
+ and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli) from the main repo:
110
```bash
111
gh release download --dir dist --pattern "*.whl" --repo python-pillow/pillow-wheels
112
0 commit comments