mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
Give examples how to download binary releases using gh CLI
This commit is contained in:
parent
34908960f0
commit
c9ec517b4d
11
RELEASING.md
11
RELEASING.md
|
@ -105,11 +105,18 @@ Released as needed privately to individual vendors for critical security-related
|
||||||
./update-pillow-tag.sh [[release tag]]
|
./update-pillow-tag.sh [[release tag]]
|
||||||
```
|
```
|
||||||
* [ ] Download wheels from the [Pillow Wheel Builder release](https://github.com/python-pillow/pillow-wheels/releases)
|
* [ ] Download wheels from the [Pillow Wheel Builder release](https://github.com/python-pillow/pillow-wheels/releases)
|
||||||
and copy into `dist/`
|
and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli):
|
||||||
|
```bash
|
||||||
|
gh release download --dir dist --pattern "*.whl" --repo python-pillow/pillow-wheels
|
||||||
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
* [ ] Download the artifacts from the [GitHub Actions "Test Windows" workflow](https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml)
|
* [ ] Download the artifacts from the [GitHub Actions "Test Windows" workflow](https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml)
|
||||||
and copy into `dist/`
|
and copy into `dist/`For example using [GitHub CLI](https://github.com/cli/cli):
|
||||||
|
```bash
|
||||||
|
gh run download --dir dist
|
||||||
|
# select dist-x.y.z
|
||||||
|
```
|
||||||
|
|
||||||
## Publicize Release
|
## Publicize Release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user